async_context_execute_sync() function
Execute work synchronously on the core the async_context belongs to. This method is intended for code external to the async_context (e.g. another thread/task) to execute a function with the same guarantees (single core, logical thread of execution) that async_context workers are called with.
Arguments
param
the parameter to pass to the function
Return value
the return value from func
Notes
you should NOT call this method while holding the async_context's lock