Crate yaar_reactor

Source

Structs§

ReactorRef
A virtual reference to the current global scoped Reactor.

Enums§

PollError

Traits§

Reactor
Abstraction over a backend for non-blocking and async io.

Functions§

with_reactor
Used to acquire a reference the global reactor.
with_reactor_as
Set the global reactor instance for a given function scope. The global reactor supports being modified recursively as it is restored via stack but should not be called in parellel.