racket/collects/scribblings/reference/thread-local.scrbl
Eli Barzilay 264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00

14 lines
411 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"]