Struct agents::simulation::Worker [−][src]
pub struct Worker<TSim: Simulation> { /* fields omitted */ }
Expand description
A Simulation worker owns a thread which runs a simulation asynchronously.
Implementations
Trait Implementations
Auto Trait Implementations
impl<TSim> !RefUnwindSafe for Worker<TSim>
impl<TSim> !UnwindSafe for Worker<TSim>
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.