[−][src]Struct tokio_reactor::Background
Handle to the reactor running on a background thread.
Instances are created by calling Reactor::background
.
Methods
impl Background
[src][−]
pub fn handle(&self) -> &Handle
[src][−]
Returns a reference to the reactor handle.
pub fn shutdown_on_idle(self) -> Shutdown
[src][−]
Shutdown the reactor on idle.
Returns a future that completes once the reactor thread has shutdown.
pub fn shutdown_now(self) -> Shutdown
[src][−]
Shutdown the reactor immediately
Returns a future that completes once the reactor thread has shutdown.
pub fn forget(self)
[src][−]
Run the reactor on its thread until the process terminates.
Trait Implementations
impl Drop for Background
[src][+]
impl Debug for Background
[src][+]
Auto Trait Implementations
impl Send for Background
impl Sync for Background
Blanket Implementations
impl<T> From for T
[src][−]
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src][−]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][−]
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][−]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,