bridge_handler

Function bridge_handler 

Source
pub fn bridge_handler(
    bridges: HostBridgeManager,
) -> impl FnMut(&RuntimeNode, &ExecutionContext, &mut NodeIo<'_>) -> Result<(), NodeError>
Expand description

Build a host bridge handler that moves data between host-managed buffers and runtime edges.