11 Concurrency and Parallelism (original) (raw)
top contents [← prev](unreachable.html "backward to "10.8 Unreachable Expressions"") [up](index.html "up to "The Racket Reference"") [next →](threads.html "forward to "11.1 Threads"")
11 Concurrency and Parallelism🔗ℹ
Racket supports multiple threads of control within a program, thread-local storage, some primitive synchronization mechanisms, and a framework for composing synchronization abstractions. In addition, theracket/future and racket/place libraries provide support for parallelism to improve performance.
top contents [← prev](unreachable.html "backward to "10.8 Unreachable Expressions"") [up](index.html "up to "The Racket Reference"") [next →](threads.html "forward to "11.1 Threads"")