Module std::routine

Routines are like closures except that they own their arguments and can only run once.

Structs

NoOpRunnable

A convenience routine that does nothing.

Traits

Runnable

A routine that takes no arguments and returns nothing.