in_callback_executor_context_for

Function in_callback_executor_context_for 

Source
pub fn in_callback_executor_context_for<R>(
    method_handle: MethodHandle,
    f: impl FnOnce() -> R,
) -> R
Expand description

Execute an inter-canister call callback in the context of the method that made it.