Module corosensei::stack

source ·
Expand description

Details about stacks used by coroutines.

In most cases, just using the default stack implementation is sufficient. However it is possible to use a custom Stack implementation if more control is desired.

Modules

  • Optional support for registering stacks with Valgrind.

Structs

Constants

Traits

  • A trait for objects that hold ownership of a stack.

Type Definitions