composable_timer 0.2.0
composable_timer: ^0.2.0 copied to clipboard
Composable function timer that uses Kleisli compositing
0.2.0 15.07.2021 #
- [BREAKING CHANGES] Transferred API to the method-based approach instead of the function-based for better readability
0.1.0 27.06.2021 #
- Updated example
- Updated README
- Added
ComposableTimer.fishTiming(...) - Added
ComposableTimer.fishMixed(...) - Fixed identity morphism type
- [BREAKING CHANGES] changed
TimedExecution.timeof typeinttoTimedExecution.durationof typeDurationandTimedExecution.descriptiontoTimedExecution.log
0.0.1 23.06.2021 #
- Initial release.