Next: Loading, Previous: Control Structures, Up: The language [Contents][Index]
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.
• Thread Contexts: | ||
• Creating Threads: | ||
• Deleting Threads: | ||
• Manipulating Threads: | ||
• Mutexes: | ||
• Thread Implementation Notes: |