Module safe_core::event_loop [] [src]

Event loop handling.

Structs

CoreMsg

The message format that core event loop understands.

Functions

run

Run the core event loop. This will block until the event loop is alive. Hence must typically be called inside a spawned thread.

Type Definitions

CoreFuture

Future trait returned from core operations.

CoreMsgRx

Receiver of messages to be run in the core event loop.

CoreMsgTx

Transmitter of messages to be run in the core event loop.

TailFuture

The final future which the event loop will run.