pyzmq/zmq/utils
Min RK 9cce914f7f
satisfy types in async monitor support
use generics to allow explicitly differentiating sync sockets from async sockets

`zmq.Socket[bytes]` is an explicitly sync socket;
`zmq.Socket[Future]` is an async socket
2022-06-01 11:58:59 +02:00
..
__init__.py added zmq.utils.initthreads 2010-09-29 21:43:22 -07:00
buffers.pxd remove dead Python2 buffer interface code 2021-01-25 15:40:25 +01:00
garbage.py run pre-commit (isort, pyupgrade) 2021-12-07 14:44:16 +01:00
getpid_compat.h specify default target Windows version 2021-01-22 15:53:13 +01:00
interop.py add mypy stubs 2020-11-25 15:16:34 +01:00
ipcmaxlen.h Added support for Windows IPC 2021-08-01 11:40:41 +02:00
jsonapi.py Update docs for constant enums 2022-03-01 13:49:50 +01:00
monitor.py satisfy types in async monitor support 2022-06-01 11:58:59 +02:00
mutex.h fix building with C++ compiler 2020-04-24 21:06:10 +02:00
pyversion_compat.h remove dead Python2 buffer interface code 2021-01-25 15:40:25 +01:00
strtypes.py deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
win32.py run pre-commit (isort, pyupgrade) 2021-12-07 14:44:16 +01:00
z85.py deprecate utils.strtypes 2022-03-03 15:05:08 +01:00
zmq_compat.h use enums for constants 2021-11-23 16:23:33 +01:00