pretend-event-loop
This is a common lisp library that simulates an event loop. It uses threads and queued execution (via jpl-queues) to make blocking operations execute in the background while letting the main thread continue to execute.

Depends on: bordeaux-threads, jpl-queues

Repository: https://github.com/orthecreedence/pretend-event-loop

License: MIT


concurrency