scala-native/scala-native-loop

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

58

stars

52

commits

Scala

primary language

Jun 18, 2024

updated

README

scala-native-loop

Async IO and event loop for Scala Native

What is it?

scala-native-loop provides asynchronous utilities for Scala Native. It's backed by libuv, the same C library that the Node.js ecosystem runs on. It currently offers:

  • scala.scalanative.loop.Timer: to schedule callbacks to execute after a timeout
  • scala.scalanative.loop.Poll: to schedule callbacks when data is read/written on a file descriptor

Contributors

lolgab

41 commits

LeeTibbert

6 commits

rwhaling

3 commits

sideeffffect

2 commits

scala-native/scala-native-loop

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

58

stars

52

commits

Scala

primary language

Jun 18, 2024

updated

README

scala-native-loop

Async IO and event loop for Scala Native

What is it?

scala-native-loop provides asynchronous utilities for Scala Native. It's backed by libuv, the same C library that the Node.js ecosystem runs on. It currently offers:

  • scala.scalanative.loop.Timer: to schedule callbacks to execute after a timeout
  • scala.scalanative.loop.Poll: to schedule callbacks when data is read/written on a file descriptor

Contributors

lolgab

41 commits

LeeTibbert

6 commits

rwhaling

3 commits

sideeffffect

2 commits

Languages

Scala

100.0%