-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The examples use the most basic coroutine scheduling policy (i.e. execute bees in sequence). Some more sophisticated policies should be made available.
Alternatively, an "event handler" (able to wait for timing or file descriptors events) could be provided. Each event would have an associated bee that is called any time the event occurs.