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. Read more

impl Drop for Unpark
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Unpark

impl !Sync for Unpark