Syphon / Syphon-Framework

Syphon is a Mac OS X technology to allow applications to share video and still images with one another in realtime, instantly.
Other
460 stars 81 forks source link

Use a dispatch queue instead of the main CFRunLoop #57

Closed bangnoise closed 4 years ago

bangnoise commented 4 years ago

Fixes #20

bangnoise commented 4 years ago

As per #20 SyphonClient could add an argument at init to take a queue to be passed down as an option argument to SyphonCFMessageReceiver at init which, if present, would be used instead of the private queue.

bangnoise commented 4 years ago

To be merged after #58