AsyncNinja v1.0.0-beta7 Release Notes
-
staticCast
forFuture
andChannel
added- future to channel and channel to future transformations added
Cache
andCachableValue
convenience initializers improved- 🛠 fixing major issue with
asyncMap()
,asyncFlatMap()
,asyncReduce()
,joined()
- 🛠 fixing issue with inconsistent lifetime of the
Future
returned from contextual transformation ofCompleting
- ➕ adding ability to denote transformation as impure an apply different lifetime management for transformations
- 📚 documentation improved
- 🔨
TimerChannel
refactored to improve quality of implementation and to add flexibility