rdmenezes / ting

Automatically exported from code.google.com/p/ting
0 stars 0 forks source link

message queue with priority #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HEllo

an another request from the front line :) 
will you consider to add the possibility to manage Queue Priority in ting ?
struct QueuePriority {
    enum {
      CRITICAL = 0u,
      HIGH     = 1u,
      NORMAL   = 2u,
      LOW      = 3u,
      NUM      = 4u,
      INVALID  = 0xffffu
    };
  };

Original issue reported on code.google.com by Davidgui...@gmail.com on 25 Jul 2014 at 8:41

GoogleCodeExporter commented 9 years ago
I see no reason adding queue priority to ting::Queue because all messages are 
handled at once anyway.

Original comment by igagis@gmail.com on 28 Jul 2014 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by igagis@gmail.com on 10 Aug 2014 at 11:13