Tags: frobnitzem/aiowire
Tags
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.