- Add callback functionality for read/write operations. - Integrate gevent, eventlet, and asyncio support. - Update examples to demonstrate new async features. - Implement async read/write with gevent, eventlet, and asyncio. - Improve error handling and thread synchronization.
0.1.3
- Enhanced EventEmitter with decorator support for adding event listeners. - Added remove_listener and remove_all_listeners methods for managing event listeners. - Updated unit tests to cover new functionalities. - Improved documentation and examples for better clarity.