Added TODO

This commit is contained in:
Justin Ethier 2017-02-28 18:45:23 -05:00
parent 3b932ebfc5
commit c826f09341

View file

@ -950,6 +950,7 @@
body))))
(define (make-parameter init . o)
;; 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
(if (pair? o) (car o) (lambda (x) x)))
(value (converter init)))