removeOnIdle

Removes an idle handler (added with addOnIdle)

version(linux)
void
removeOnIdle
(
T
)
(
T t
)
if (
isCallable!T &&
ParameterTypeTuple!(T).length == 0
)

Meta