acl
3.5.3.0
|
#include <thread_queue.hpp>
Public 成员函数 | |
thread_queue () | |
~thread_queue () | |
bool | push (thread_qitem *item) |
thread_qitem * | pop (int wait_ms=-1) |
int | qlen () const |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
在文件 thread_queue.hpp 第 17 行定义.
acl::thread_queue::thread_queue | ( | ) |
acl::thread_queue::~thread_queue | ( | ) |
thread_qitem* acl::thread_queue::pop | ( | int | wait_ms = -1 | ) |
bool acl::thread_queue::push | ( | thread_qitem * | item | ) |
int acl::thread_queue::qlen | ( | ) | const |