async_context_add_at_time_worker() function
Add an "at time" worker to a context An "at time" worker will run at or after a specific point in time, and is automatically when (just before) it runs. The time to fire is specified in the next_time field of the worker.
Arguments
worker
the "at time" worker to add
Return value
true if the worker was added, false if the worker was already present.
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.