Next: Options and Config, Previous: Foreign Function Interface, Up: API Reference [Contents][Index]
| • Threads: | Multiple threads of execution. | |
| • Thread Local Variables: | Some fluids are thread-local. | |
| • Asyncs: | Asynchronous interrupts. | |
| • Atomics: | Atomic references. | |
| • Mutexes and Condition Variables: | Synchronization primitives. | |
| • Blocking: | How to block properly in guile mode. | |
| • Futures: | Fine-grain parallelism. | |
| • Parallel Forms: | Parallel execution of forms. |