Crate may [] [src]

Modules

coroutine
cqueue
net

Networking primitives

sync

Macros

coroutine_local

A macro to create a static of type LocalKey

cqueue_add

macro used to create the select coroutine that will run in a infinite loop, and generate as many events as possible

cqueue_add_oneshot

macro used to create the select coroutine that will run only once, thus generate only one event

join

macro used to join all socopped sub coroutines

select

macro used to select for only one event it will return the index of which event happens first

Structs

LocalKey

A key for local data stored in a coroutine.

Functions

config

get the may configuration instance