Submodules

Module: cogen

This is a library for network oriented, coroutine based programming. The interfaces and events/operations aim to mimic thread features. Coroutines work as simple generators, the operations and events work as objects passed in and out of the generator, these objects are managed by the scheduler/network poller.

Check each modules for specific help.

Modules

common

A module for quick importing the essential core stuff. (coroutine, Scheduler, events, sockets, priority)

core

This module holds the essential stuff.

web

This module holds a wsgi server and future web-related code.