git-svn-id: svn://db.shs.com.ru/pip@277 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
CONNECT2(void, Tout, bool *, this, calculated, next, enqueue)
|
||||
}
|
||||
EVENT2(calculated, const Tout &, v, bool *, overload)
|
||||
EVENT_HANDLER1(void, enqueue, const Tin &, v) {enqueue(v, 0);}
|
||||
void enqueue(const Tin &v) {enqueue(v, 0);}
|
||||
EVENT_HANDLER2(void, enqueue, const Tin &, v, bool *, overload) {
|
||||
mutex.lock();
|
||||
// piCout << "enque" << max_size << in.size();
|
||||
|
||||
Reference in New Issue
Block a user