RobotPajamas / SwiftyTeeth

A simple, lightweight library intended to take away some of the cruft and tediousness of using CoreBluetooth
Apache License 2.0
23 stars 8 forks source link

Create a proper thread-safe queue, in lieu of the Dequeue grabbed from Github #45

Open sureshjoshi opened 4 years ago

sureshjoshi commented 1 year ago

This is more important than ever - I've finally noticed an inconsistency in the wild in one of my simulator applications. Can't reproduce it yet.

It's also a weird workflow, but still, the concept works - just need to make it thread safe.