Package logilab :: Package common :: Module tasksqueue
[frames] | no frames]

Module tasksqueue

source code

Prioritized tasks queue

:organization: Logilab

Classes
  PrioritizedTasksQueue
  Task
Variables
  LOW = 0
  MEDIUM = 10
  HIGH = 100
  REVERSE_PRIORITY = {0: 'LOW', 10: 'MEDIUM', 100: 'HIGH'}