Skip to content

Tags: frobnitzem/aiowire

Tags

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from frobnitzem/groups

Grouped zmq dependencies as optional.

v3.0.1

Updated pyzmq requirement to support python 3.11

v3.0.0

Stripped wires and added insulation and grounding.

Simplified return type for wires from a function plus
its arguments to `Wire(function, arguments)` or None.

Error handling got a major upgrade, since now raise
inside a wire gets sent to a handler.  Calling
`EventLoop.start(wire, handler)` will pass handler
all errors raised -- allowing wire-s to return.
Errors raised from the handler (or with no handler installed)
will also show the point where the wire was first
started into the event loop.

Also, added and exported types using mypy.

v2.1.0

Update to 2.1.

v2.0.0

Added arg passing.

v1.1.0

Changed operation of Poller

v1.0.1

Fixed zmq dependency to pyzmq.

v1.0.0

Major clean-up plus some extras.