lampepfl / gears

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

Multiplatform Gears (1) #20

Closed m8nmueller closed 1 year ago

m8nmueller commented 1 year ago

This bundles the foundations for a platform-independent implementation of Gears, as well as the listener API and channels with read and write operation sources, capable of racing (selecting). It is the first of a couple upcoming steps to carve out the interface that will be provided by Gears.

natsukagami commented 1 year ago

Nice, let's get the gears turning :D