blob: 5b4abcc762106646f8873476e8696ebbfe6bd55a [file] [log] [blame] [view]
Simple thread pool
==================
This directory provides a simple thread pool that demonstrates the use of sealing and messages queues.
This provides an `async()` function that takes a lambda and will execute it in another thread.
Note that the lambda must not capture any variables with automatic storage or it will fault on execution.