Cyclone Scheme  0.28.0
Functions
Threads

Thread-oriented functions. More...

Functions

void Cyc_end_thread (gc_thread_data *thd)
 
void Cyc_exit_thread (void *data, object _, int argc, object *args)
 
object Cyc_spawn_thread (object thunk)
 
void Cyc_start_trampoline (gc_thread_data *thd)
 
object Cyc_thread_sleep (void *data, object timeout)
 Accept a number of seconds to sleep according to SRFI-18. More...
 

Detailed Description

Thread-oriented functions.

Most of these are internal and should not be called from an FFI function.