| Copyright | (C) 2016-2025 David M. Johnson |
|---|---|
| License | BSD3-style (see the file LICENSE) |
| Maintainer | David M. Johnson <code@dmj.io> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Miso.Concurrent
Contents
Description
Synchronization primitives
Synchronization primitive for event loop
Creates a new Waiter
Useful for multiple threads to wake-up / notify a single thread running in an infinite loop, waiting for work (e.g. to process an event queue).