node.texi 753 B

123456789101112131415161718192021222324
  1. @node Multithreading
  2. @chapter Multithreading
  3. This chapter describes Scheme48's fully pre@"emptive and sophisticated
  4. user-level thread system. Scheme48 supports customized and nested
  5. thread schedulers, user-designed synchronization mechanisms, optimistic
  6. concurrency, useful thread synchronization libraries, a high-level
  7. event algebra based on Reppy's Concurrent ML [Reppy 99], and common
  8. pessimistic concurrency/mutual-exclusion-based thread synchronization
  9. facilities.
  10. @menu
  11. @include thread/menu.texi
  12. @end menu
  13. @include thread/basic.texi
  14. @include thread/optimism.texi
  15. @include thread/synch.texi
  16. @include thread/cml.texi
  17. @include thread/pessimism.texi
  18. @include thread/custom.texi
  19. @c @include thread/debugging.texi
  20. @c @include thread/scheduler.texi