idleRemoveByData
fn
bool idleRemoveByData(void * data = null)Removes the idle function with the given data.
Parameters
data | the data for the idle source's callback. |
Returns
true if an idle source was found and removed.