cyclone/docs/api/srfi/18.md
Justin Ethier 3e1f74278d Sync
2016-02-18 22:10:11 -05:00

588 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-sleep!
  • thread-yield!
  • thread-terminate!
  • mutex?
  • make-mutex
  • mutex-lock!
  • mutex-unlock!
  • condition-variable?
  • make-condition-variable
  • condition-variable-wait!
  • condition-variable-signal!
  • condition-variable-broadcast!
  • ->heap
  • Cyc-minor-gc