racket/collects/scribblings/reference/thread-local.scrbl
Matthew Flatt e4cbc4e6a9 371.2
svn: r7263
2007-09-02 17:39:32 +00:00

14 lines
430 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["mz.ss"]
@title[#:tag "thread-local-storage" #:style 'toc]{Thread-Local Storage}
@tech{Thread cells} provides primitive support for thread-local
storage. @tech{Parameters} combine thread cells and continuation marks
to support thread-specific, continuation-specific binding.
@local-table-of-contents[]
@include-section["thread-cells.scrbl"]
@include-section["parameters.scrbl"]