blob: 253030d85cd9214d2944bf46c883924740f4c7bb (
plain) (
blame)
1
2
3
4
|
pyee supplies a EventEmitter object that is similar to the EventEmitter class
from Node.js. It also supplies a number of subclasses with added support for
async and threaded programming in python, such as async/await as seen in python
3.5+.
|