mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 01:37:34 +02:00
Added TODO
This commit is contained in:
parent
3b932ebfc5
commit
c826f09341
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@
|
||||||
body))))
|
body))))
|
||||||
(define (make-parameter init . o)
|
(define (make-parameter init . o)
|
||||||
;; TODO: need to store/set value in the thread data parameter (param_objs), to make it thread-specific
|
;; TODO: need to store/set value in the thread data parameter (param_objs), to make it thread-specific
|
||||||
|
;; TODO: what will the key be? how do we look up the thread's value for this parameter object????
|
||||||
(let* ((converter
|
(let* ((converter
|
||||||
(if (pair? o) (car o) (lambda (x) x)))
|
(if (pair? o) (car o) (lambda (x) x)))
|
||||||
(value (converter init)))
|
(value (converter init)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue