Files
tor/changes
Nick Mathewson 10e0bff4ca Add support for multi-priority workqueues
Each piece of queued work now has an associated priority value; each
priority goes on a separate queue.

With probability (N-1)/N, the workers will take work from the highest
priority nonempty queue.  Otherwise, they'll look for work in a
queue of lower priority.  This behavior is meant to prevent
starvation for lower-priority tasks.
2017-07-27 16:28:05 -04:00
..
2017-06-26 11:26:59 -04:00
2017-06-16 14:26:50 -04:00
2017-06-16 14:03:02 -04:00
2017-06-27 18:25:48 -04:00
2017-06-27 10:31:03 -04:00