mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
python binding functional
This commit is contained in:
@@ -53,6 +53,11 @@ int zmq::object_t::get_thread_slot ()
|
||||
return thread_slot;
|
||||
}
|
||||
|
||||
zmq::dispatcher_t *zmq::object_t::get_dispatcher ()
|
||||
{
|
||||
return dispatcher;
|
||||
}
|
||||
|
||||
void zmq::object_t::process_command (command_t &cmd_)
|
||||
{
|
||||
switch (cmd_.type) {
|
||||
|
||||
Reference in New Issue
Block a user