Joshua Hollander
Joshua Hollander
I think `time.sleep` is a valid way of handling it. Alternatively could leverage the blocking timeout of `Queue.get` which would achieve the same goal with less code and without the...
That of course can change the meaning of an algorithm though. Say I have something that works with daily data (daily SMA or something like that). My solution was to...
Any chance of merging this in? I am trying to using radixtree in Spark (so still on 2.11) and could really use this as well. I am willing to help...
@johnynek Thanks for the reply! We did encoutner binary compat problems, but I wonder now if they were because of mixed finagle versions from our own diamond dependency problems. We...
+1 for this. I'm currently exposing this in my topologies manually.