Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/MQTTNIO/MQTTNIO.docc/mqttnio.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try await client.publish(
)
```

MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://apple.github.io/swift-nio/docs/current/NIOCore/Classes/EventLoopFuture.html).
MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://swiftpackageindex.com/apple/swift-nio/main/documentation/niocore/eventloopfuture).

## Topics

Expand Down