You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main dispatch function is updated to take a Chrono duration instead
of an integer milliseconds parameter.
To allow for the instances of blocking and non wait versions, which
previously were actioned by passing either -1 or 0 as the millisecond
delay respectively, two other functions are now available.
dispatch_once() - new
dispatch_forever() - modified from the original version
0 commit comments