async_context_wait_until() function
sleep until the specified time in an async_context callback safe way
Arguments
until
the time to sleep until
Notes
for async_contexts that provide locking (not async_context_poll), this method is threadsafe. and may be called from within any worker method called by the async_context or from any other non-IRQ context.