2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-19 08:26:30 +08:00
artiq/artiq/protocols
Robert Jordens 9e681590cb pyon: ship ndarray data as bytes
this is about 3 times faster and since the encapsulating nparray() already
breaks json-compatibility, using a unicode string for json compatibility
is not necessary
2016-05-22 16:53:37 +02:00
..
__init__.py Add missing __init__.py 2015-01-22 10:37:58 +08:00
analyzer.py analyzer: use EOP, flush pipeline on stop 2016-03-15 17:49:59 +08:00
asyncio_server.py monkey-patch asyncio.proactor_events to handle ConnectionAbortedError on Windows. Closes #247 2016-03-10 15:11:10 +08:00
fire_and_forget.py protocols: add fire-and-forget RPC 2015-06-14 22:03:34 -06:00
logging.py protocols/logging,pc_rpc: do not print errors on Windows when clients disconnect 2016-01-27 21:23:27 +01:00
packed_exceptions.py transfer Python builtin exceptions over pc_rpc and master/worker 2016-04-04 22:02:42 +08:00
pc_rpc.py transfer Python builtin exceptions over pc_rpc and master/worker 2016-04-04 22:02:42 +08:00
pipe_ipc.py protocols/pipe_ipc: raise line length limit 2016-03-23 15:12:29 +08:00
pyon.py pyon: ship ndarray data as bytes 2016-05-22 16:53:37 +02:00
remote_exec.py doc: remote execution 2016-04-06 19:13:41 +08:00
sync_struct.py protocols/sync_struct: raise asyncio line length limit 2016-02-22 02:11:36 +08:00