[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
17.1 Thread Common Functions
17.1.1 Thread API | ||
17.1.2 Mutexes | ||
17.1.3 Condition Variables |
Bigloo implements SRFI-18 (Multithreading support). This SRFI is
available at http://srfi.schemers.org/srfi-18/srfi-18.html.
As Bigloo’s threads are objects (see Section Object System),
the SRFI-18’s thread specific functions can be used with either the
pthread
or the fthread
library.
This section describes the functions that are available independently of the multi-threading library.
This document was generated on March 31, 2014 using texi2html 5.0.