mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 244 forks source link

Zookeeper #52

Closed jonhoo closed 6 years ago

jonhoo commented 6 years ago

I just noticed: we should just use thread::sleep instead of thread::park_timeout when we're not explicitly calling unpark on the thread.

fintelia commented 6 years ago

@jonhoo Agreed, but I don't see where that would apply