thread safety

This commit is contained in:
somdoron
2015-02-11 00:01:50 +02:00
parent 88c6e696ab
commit 6749c9b3eb
14 changed files with 782 additions and 46 deletions

View File

@@ -29,11 +29,12 @@
#include "command.hpp"
#include "ypipe.hpp"
#include "mutex.hpp"
#include "i_mailbox.hpp"
namespace zmq
{
class mailbox_t
class mailbox_t : public i_mailbox
{
public: