Added a note about param objects and threads

This commit is contained in:
Justin Ethier 2016-09-02 17:42:49 -04:00
parent 7402f287b2
commit d2962cdccb

View file

@ -19,7 +19,7 @@ Section | Status | Comments
4.2.3 Sequencing | Yes |
4.2.4 Iteration | Yes |
4.2.5 Delayed evaluation | Yes |
4.2.6 Dynamic bindings | Yes |
4.2.6 Dynamic bindings | Yes | Parameter objects do not have thread-specific data at this time.
4.2.7 Exception handling | Yes |
4.2.8 Quasiquotation | Yes |
4.2.9 Case-lambda | Yes |