[src]

Module green::basic

This is a basic event loop implementation not meant for any "real purposes" other than testing the scheduler and proving that it's possible to have a pluggable event loop.

This implementation is also used as the fallback implementation of an event loop if no other one is provided (and M:N scheduling is desired).

event_loop

This is the only exported function from this module.