Function in_query_executor_context

Source
pub fn in_query_executor_context<R>(f: impl FnOnce() -> R) -> R
Expand description

Execute a composite query function in a context that allows calling spawn and notifying wakers.