scala-native-loop icon indicating copy to clipboard operation
scala-native-loop copied to clipboard

Extensible event loop and async-oriented IO for Scala Native; powered by libuv

Results 5 scala-native-loop issues
Sort by recently updated
recently updated
newest added

Hello! This PR is almost more of a curiosity, and I was wondering what your thoughts on it were - I noticed a `withClearIfTimeout` that wasn't used with `HandleUtils.setData` in...

`java.util.concurrent.ScheduledExecutorService` is a Java API for scheduling tasks that can be used to abstract over Scala Native scheduler implementations. ZIO JVM uses `java.util.concurrent.ScheduledExecutorService` to implement its default scheduler: https://github.com/zio/zio/blob/881beb92b36b7e7c32ee19115c5c6d3a75bc59a9/core/jvm/src/main/scala/zio/Scheduler.scala#L22 Currently...

UDP support opens up a lot of cool applications - HTTP/2, DNS, etc. Let's add it.

I mean classes like `java.nio.channels.AsynchronousSocketChannel`, `java.nio.channels.AsynchronousServerSocketChannel`, etc