Struct fibers::fiber::Unpark [] [src]

pub struct Unpark { /* fields omitted */ }

Unpark object.

When this object is dropped, it unparks the associated fiber.

This is created by calling Context::park method.

Methods

impl Unpark
[src]

Returns the identifier of the context on which this object was created.

Trait Implementations

impl Debug for Unpark
[src]

Formats the value using the given formatter.

impl Drop for Unpark
[src]

A method called when the value goes out of scope. Read more