struct Continuation
s9Bluetooth21AsyncIndefiniteStreamV12ContinuationV
2TUXR
where Element:Sendable
import Bluetooth
Pure Swift Bluetooth Definitions.
struct AsyncIndefiniteStream<Element> where Element : Sendable
Async Stream that will produce values until stop() is called or task is cancelled.
stop()
protocol Sendable
struct AsyncIterator
func finish(throwing error: Error)
func yield(_ value: Element)