MABGTimer icon indicating copy to clipboard operation
MABGTimer copied to clipboard

Background timers, not associated with any thread, for Objective-C

Results 3 MABGTimer issues
Sort by recently updated
recently updated
newest added

This PR contains the following modernisation changes: - Adds nullability annotations across the API. - Module style imports. - Makes the timer's object automatically nullable (instead of unsafe, unretained). -...