wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
628 stars 64 forks source link

rx (native): Support Rx.intervalMillis with Timer #3507

Open xerial opened 2 months ago

xerial commented 2 months ago

Need to write java.util.Timer equivalent code for supporting Rx.intervalMillis in Scala Native

xerial commented 2 months ago

https://github.com/scala-native/scala-native-loop might be useful for implementing this