Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 696 Bytes

File metadata and controls

41 lines (27 loc) · 696 Bytes

Changelog

Unversioned Changes

0.1.1

- Add EventBus as submodule. 

0.1.0

- Add IO context object and integrate ioObjects(Timer,Event,Signal) with that.

0.0.9

- Add thread pool implementation.

0.0.8

- Improve event bus to work with variadic arguments.
- Add Clang Formatter.
- Fix Github Action workflow file. 

0.0.7

- Make Event Bus singelton.

0.0.6

- Add signal handling via file descriptor.

0.0.5

- Add Logger.

0.0.4

- Add Event implementation.

0.0.3

- Add Timer implementation.

0.0.2

- Make io multiplexer singleton.

0.0.1

- Implement io multiplexer using epool. 
- Add EventBus to handle events.