DispatchTimer
DispatchTimer copied to clipboard
DispatchTimer is a GCD-based NSTimer analogue that you can also pause/resume and set the finite number of invocations.
Results
2
DispatchTimer issues
Sort by
recently updated
recently updated
newest added
Thank you for this awesome pauseable timer. One (hard to reproduce) bug I am encountering is this: `EXC_BAD_INSTRUCTON (code=EXC_1386_INVOP, subcode=0x0)` It occurs randomly (rarely) when I spam pausing/unpausing a DispatchTimer....
bug