async_context_remove_at_time_worker() function
Remove an "at time" worker from a context
Arguments
worker
the "at time" worker to remove
Return value
true if the worker was removed, false if the instance not 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.