Skip to content

Instantly share code, notes, and snippets.

View xaphod's full-sized avatar

Tim Carr xaphod

View GitHub Profile
@xaphod
xaphod / RXTimer.h
Last active January 5, 2023 08:57 — forked from couchdeveloper/RXTimer.h
A timer based on dispatch_source_create()Objective-C
//
// RXTimer.h
//
// Copyright 2013 Andreas Grosam
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0