Struct tiny_actor::Config
source · [−]Expand description
The config used for spawning new processes.
Default
By default, processes are attached with an abort-timer of 1 sec. The capacity is unbounded,
with exponential backoff. Backoff starts with 5 messages in the inbox at 25 ns, with a
growth-factor of 1.3.
Fields
link: Linkcapacity: CapacityImplementations
Trait Implementations
impl StructuralPartialEq for Config
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more