[][src]Function holochain_core::instance::dispatch_action

pub fn dispatch_action(
    action_channel: &SyncSender<ActionWrapper>,
    action_wrapper: ActionWrapper
)

Send Action to the Event Queue

Panics

Panics if the channels passed are disconnected.