[][src]Module yew_stdweb::prelude::worker

Prelude module for creating worker.

Re-exports

pub use crate::agent::Agent;
pub use crate::agent::Bridge;
pub use crate::agent::Bridged;
pub use crate::agent::HandlerId;

Structs

AgentLink

Link to agent's scope for creating callbacks.

Context

Create a single instance in the current thread.

Job

Create an instance in the current thread.

Private

Create a new instance for every bridge.

Public

Create a single instance in a tab.