Expand description

Module to that defines the rt::Access trait.

The types in the module can be used by the actors to get access to runtime, see NewActor::RuntimeAccess and SyncActor::RuntimeAccess.

Structs

Provides access to the thread-safe parts of the runtime for synchronous actors.
Provides access to the thread-local runtime.
Provides access to the thread-safe parts of the runtime.

Traits

Trait to indicate an API needs access to the Heph runtime.