CombineCoreBluetooth icon indicating copy to clipboard operation
CombineCoreBluetooth copied to clipboard

Support async/await

Open klundberg opened this issue 2 years ago • 0 comments

Consider providing async/await api to types where it makes sense.

If supporting pre-iOS 15, the implementation will need to handle the absence of AsyncPublisher with a custom way to get values/events out of publishers to bridge into the async world.

klundberg avatar Mar 30 '22 05:03 klundberg