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

Check for isCancelled before callback is run #22

Open sureshjoshi opened 6 years ago

sureshjoshi commented 6 years ago

Just in case a task is cancelled, we might not want to run the callback in case that goes into the UI or something.