Michael Zsigmond
Results
1
issues of
Michael Zsigmond
When this bug was fixed: https://github.com/Mijick/Timer/issues/3 This code was added in `MTimerStateManager` ``` func updateInternalTimerStartAddToRunLoop() { #if os(macOS) guard let internalTimer = internalTimer else { return } RunLoop.main.add(internalTimer, forMode: .common)...
bug