| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gauche.threads - Threads If enabled at compilation time, Gauche can use threads built on top of POSIX threads (pthreads).
To check if threads are available in the running Gauche program, use the following procedure.
pthread
when threads on top of POSIX threads are available, or
none when threads are not available.
Scheme-level thread API conforms SRFI-18, "Multithreading support" ([SRFI-18]), wrapped around Gauche's object interface.
9.22.1 Thread procedures 9.22.2 Synchronization primitives 9.22.3 Thread exceptions