Struct agner_actors::SpawnOpts
source · [−]pub struct SpawnOpts { /* private fields */ }Implementations
sourceimpl SpawnOpts
impl SpawnOpts
pub fn with_msg_inbox_size(self, sz: usize) -> Self
pub fn msg_inbox_size(&self) -> usize
pub fn with_sig_inbox_size(self, sz: usize) -> Self
pub fn sig_inbox_size(&self) -> usize
pub fn with_init_ack(self, init_ack_tx: InitAckTx) -> Self
pub fn take_init_ack(&mut self) -> Option<InitAckTx>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SpawnOpts
impl Send for SpawnOpts
impl Sync for SpawnOpts
impl Unpin for SpawnOpts
impl !UnwindSafe for SpawnOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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