quasar Questions

0

I got this confusing error that seems to be in the Kotlin compiler, I don't mind changing my code but I am trying to figure out if I actually did something wrong. I think the code it's having troub...
Polygraph asked 27/10, 2016 at 2:4

2

Solved

I recently read about Quasar which provides "lightweight" / Go-like "user mode" threads to the JVM (it also has an Erlang inspired Actor system like Akka but that's not the main question) For exam...
Inferential asked 1/5, 2014 at 19:34

1

Solved

As far as I know, in Akka, all actors are scheduled over a pool of threads. Too many actors perform blocking IO simultaneously, each blocking call blocks one thread, results in a thread outage. No...
Preachy asked 18/4, 2015 at 13:21

3

Suppose I need to execute N tasks in the same thread. The tasks may sometimes need some values from an external storage. I have no idea in advance which task may need such a value and when. It is m...
Jonejonell asked 1/12, 2014 at 14:51

1

I wish to use Quasar in my SBT project. Since Scala is not yet supported the only viable option left is to have SBT compile some java classes that use of Quasar. I tried putting javaOptions += "-...
Carlow asked 13/7, 2014 at 11:36

© 2022 - 2024 — McMap. All rights reserved.