| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | queue: Allow direct appending to parent queues | Thiago de Arruda | 2015-09-06 |
| | | |||
| * | eval: Fix jobwait() to process multiple jobs concurrently | Thiago de Arruda | 2015-08-13 |
| | | | | | | | | | | | | | | The new event processing architecture changed `jobwait()` semantics: Only one job is processed at time since process_wait only focuses on one queue. This fixes the problem with a few changes: - Allow the event queue polled by `process_wait` to be overriden by a new argument. - Allow the parent queue to be overriden with `queue_replace_parent` - Create a temporary queue that serves as the parent for all jobs passed to `jobwait()` | ||
| * | queue: Implement a more flexible event queue | Thiago de Arruda | 2015-08-13 |