Use Case
I have a set of processes that each need to run on their own background thread at a certain execution rate (3 times a second, once every 10 seconds etc).
I believe CFRunLoop
and/or NSRunLoop
provide this functionality
Question
How do I create (in swift) a new background thread for which to execute a periodic tasks on?