Viktor Klang (√)

Results 158 comments of Viktor Klang (√)

@dwalend Where would you put said API control? :-)

@dwalend Sure, but where would it be invoked? And what if multiple things tried to change it? :)

@dwalend Something like that, yes ^^

Hi @Lasering, sadly @varargs in Scala are possibly mutable Sequences (scala.collection.Seq) and cannot be safely used for things that pass across threads.

@raygit Thanks! :) Regarding the thread names, I'm open for improvements, so feel free to suggest alternatives!

Hi @shishkin, Future in Scala 2.12 won't mitigate the reasons listed (especially not that last one ;)). Futures in Finagle "conflate" the notion of a value, and the notion of...

@betandr Thank you, i'm glad it's getting used! (It was getting harder and hard justifying `flatMap(identity)`) :)

Hi @tarsa! I've replied to your email :-)

@alexandru Yeah, you wrote "Benchmarks" instead of "Benchmark" :) `benches/jmh:runMain scala.future.BenchRunner -p threads=1 -p recursion=8192 -i 30 -wi 15 -f1 -t1 Benchmark`

@adisesha Thank you!