# SRFI 18 - Multithreading support

The `(srfi 18)` library provides multithreading support. See the [SRFI document](http://srfi.schemers.org/srfi-18/srfi-18.html) for more information.

- `thread?`
- `make-thread`
- `thread-name`
- `thread-specific`
- `thread-specific-set!`
- `thread-start!`
- `thread-yield!`