PureSwift / BluetoothLinux

Pure Swift Linux Bluetooth Stack
MIT License
184 stars 30 forks source link

Implement `ATTConnection` IO Writer / Reader wakeup mechanism #19

Closed colemancda closed 6 years ago

colemancda commented 6 years ago

Implement a mechanism based on DispatchQueue or CFRunloop (or both) to wakeup and execute the IO for pending input / output instead of a simple while loop.