Expand description
The InstanceVm provides the brane-exe
plugin for communicating
with an external planner and an external worker. Moreover, the
client (i.e., the submitter of the workflow) is remote as well,
complicating the stdout()
function.
Re-exports§
pub use crate::errors::RemoteVmError as Error;
Structs§
- The InstancePlugin provides
brane-exe
functions for task execution. - The instantiated Vm for the Instance use-case.