Function compio_runtime::submit

source ·
pub fn submit<T: OpCode + 'static>(
    op: T
) -> impl Future<Output = BufResult<usize, T>>
Expand description

Submit an operation to the runtime.

You only need this when authoring your own OpCode.