Struct drone_core::thread::TaskCell [] [src]

pub struct TaskCell(_);

A thread-local storage of the task pointer.

Methods

impl TaskCell
[src]

[src]

Creates a new TaskCell.

Trait Implementations

impl Sync for TaskCell
[src]