core.socket
core.version
Enter search terms or a module, class or function name.
Inheritance diagram for zmq.core.stopwatch:
0MQ Stopwatch class.
Bases: object
A simple stopwatch based on zmq_stopwatch_start/stop.
This class should be used for benchmarking and timing 0MQ code.
Sleep for a number of seconds.
Start the stopwatch.
Stop the stopwatch.