Skip to content

Suspending transform lambdas

Compare
Choose a tag to compare
@cvb941 cvb941 released this 26 Mar 15:40
· 8 commits to master since this release
d399b0a

This update adds the suspend modifier to transform lambdas, allowing the use of suspending functions inside the parallel operations.

All functions are now also inlined, let me know if it causes any problems.