racket/collects/scribblings/reference/thread-local.scrbl
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

14 lines
410 B
Racket

#lang scribble/doc
@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"]