mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6274 from geky/events-doc-periodic
events: Added note about immediate firing of periodic eventspull/6211/merge
commit
b97c7d8263
|
@ -701,6 +701,9 @@ public:
|
|||
}
|
||||
|
||||
/** Calls an event on the queue periodically
|
||||
*
|
||||
* @note The first call_every event occurs after the specified delay.
|
||||
* To create a periodic event that fires immediately, @see Event.
|
||||
*
|
||||
* The specified callback will be executed in the context of the event
|
||||
* queue's dispatch loop.
|
||||
|
|
Loading…
Reference in New Issue