mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
313 B
313 B
SRFI 18 - Multithreading support
The (srfi 18)
library provides multithreading support. See the SRFI document for more information.
thread?
make-thread
thread-name
thread-specific
thread-specific-set!
thread-start!
thread-yield!