mirror of https://github.com/ARMmbed/mbed-os.git
Update equeue.h
parent
e8332aa7e9
commit
a07c00e6c3
|
@ -217,7 +217,7 @@ bool equeue_cancel(equeue_t *queue, int id);
|
|||
//
|
||||
// If called while the event queue's dispatch loop is active,
|
||||
// equeue_cancel_user_allocated does not guarantee that the event
|
||||
// will not not execute after it returns as the event may have
|
||||
// will not execute after it returns as the event may have
|
||||
// already begun executing.
|
||||
bool equeue_cancel_user_allocated(equeue_t *queue, void *event);
|
||||
|
||||
|
|
Loading…
Reference in New Issue