lampepfl / gears

A strawman for a low-level async library in Scala 3.
https://lampepfl.github.io/gears/
Apache License 2.0
255 stars 26 forks source link

Async primitives #85

Closed m8nmueller closed 2 months ago

m8nmueller commented 5 months ago

This PR contains primitives for synchronization and concurrency management:

m8nmueller commented 2 months ago

I squashed the commits now without changing the overall code diff before/after.

The tests failure we just had showed a minor mistake in the test conception. I hate using platform locks on gears futures.

Should all be solved now. Merge as you are :)