cyclone/docs/api/srfi/18.md
Justin Ethier b8f0691bda New file
2016-01-14 03:02:32 -05:00

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!