-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
ff3a8f9
commit fdc1d4c
Showing
10 changed files
with
273 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.