Next: , Previous: , Up: The language   [Contents][Index]


5.15 Threads

Librep supports a simple model of multi-threaded programming. Multiple threads of execution may be created, with control preemptively being switched between them.

Unless otherwise noted, all definitions described in this section are provided by the rep.threads module.