Classes

Module: cogen.core.schedulers

Scheduling framework.

The scheduler handles the timeouts, run the operations and does very basic management of coroutines. Most of the heavy logic is in each operation class. See: events and sockets. Most of those operations work with attributes we set in the scheduler.

Classes

Scheduler

Basic deque-based scheduler with timeout support and primitive prioritisaiton parameters.