[][src]Trait yew::agent::Threaded

pub trait Threaded {
    fn register();
}

Implements rules to register a worker in a separate thread.

Required methods

fn register()

Executes an agent in the current environment. Uses in main function of a worker.

Loading content...

Implementors

impl<T> Threaded for T where
    T: Agent<Reach = Public>, 
[src]

Loading content...