Next: Options and Config, Previous: Foreign Function Interface, Up: API Reference [Contents][Index]
| • Arbiters: | Synchronization primitives. | |
| • Asyncs: | Asynchronous procedure invocation. | |
| • Threads: | Multiple threads of execution. | |
| • Mutexes and Condition Variables: | Synchronization primitives. | |
| • Blocking: | How to block properly in guile mode. | |
| • Critical Sections: | Avoiding concurrency and reentries. | |
| • Fluids and Dynamic States: | Thread-local variables, etc. | |
| • Parameters: | Dynamic scoping in Scheme. | |
| • Futures: | Fine-grain parallelism. | |
| • Parallel Forms: | Parallel execution of forms. |