[][src]Module context_coroutine::context

Context; derived from Boost.Context and context-rs.

Use the TypeSafeTransfer struct to work with contexts (or the lower-level Transfer).

Structs

Transfer

Information to transfer between contexts.

TypeSafeTransfer

A type-safe wrapper of transfer that ensures that data moves between the different stacks used by the sender and receiver and so is drop'd / free'd by the correct stack.

Traits

TransferableData

Data that can be transfered to a context using Transfer.

Type Definitions

ContextEntryPointFunctionPointer

Functions of this signature are used as the entry point for a new Context.

DataToTransfer

Data passed between contexts.