add skynet.queue

This commit is contained in:
Cloud Wu
2014-07-09 15:26:34 +08:00
parent 0855bf30d9
commit b5e10b8f9f
6 changed files with 76 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ local skynet = {
PTYPE_HARBOR = 5,
PTYPE_SOCKET = 6,
PTYPE_ERROR = 7,
PTYPE_QUEUE = 8,
PTYPE_QUEUE = 8, -- use in deprecated mqueue, use skynet.queue instead
PTYPE_DEBUG = 9,
PTYPE_LUA = 10,
PTYPE_SNAX = 11,