pub trait VirtualBus:
Debug
+ Send
+ Sync
+ 'static {
// Required methods
fn new_spawn(&self) -> SpawnOptions;
fn listen(&self) -> Result<Box<dyn VirtualBusListener + Sync>, BusError>;
}
Required Methods§
Sourcefn new_spawn(&self) -> SpawnOptions
fn new_spawn(&self) -> SpawnOptions
Starts a new WAPM sub process