hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
QueueManager
hunt
framework
queue
QueueManager
class
QueueManager {
enum
string
MEMORY
;
enum
string
REDIS
;
this
(ApplicationConfig config);
TaskQueue
build
();
}
Constructors
this
this
(ApplicationConfig config)
Undocumented in source.
Members
Functions
build
TaskQueue
build
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
MEMORY
enum
string
MEMORY
;
Undocumented in source.
REDIS
enum
string
REDIS
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
queue
QueueManager
classes
QueueManager