AsyncKit 1.0.0-beta.2.2
Pre-release
Pre-release
Features:
- Adds a
futureTry
method toEventLoop
that takes in a throwing closure and produces a future with the closure's result. - Adds a
.append(each:_:)
method to theEventLoopFutureQueue
type, which maps each element of the sequence passed in into a future result and then queues the future.
Fixes:
EventLoopFutureQueue
is thread safe now.