More performant implementation of Effect.par
Effect.whenAll, high performance alternative to Effect.par that returns an array
Issue where bound effects could be not rerun properly
Extend api
Add function for creating effect from result Add function for running effect and continuing with new effects
Rename sequence builder to more honest name
Cleanup
Added support for using unit -> ValueTask and unit -> Effect<,bool,> in while loops
Cleaning up the stuff left in extensions with proper implementations
0.1.0 - 2023-03-27
First release
- Effect type and its builder
- Effect module with functions to manipulate effects