pub struct VibeSystem { /* private fields */ }Expand description
The main entry point for the simple parallel execution system.
Implementations§
Source§impl VibeSystem
impl VibeSystem
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new VibeSystem with sensible default settings.
This initializes the background worker pools and load balancer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VibeSystem
impl RefUnwindSafe for VibeSystem
impl Send for VibeSystem
impl Sync for VibeSystem
impl Unpin for VibeSystem
impl UnsafeUnpin for VibeSystem
impl UnwindSafe for VibeSystem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more