Skip to content

Releases: bamless/event_horizon

Event Horizon version 0.0.2

28 Nov 16:50
Compare
Choose a tag to compare
v0.0.2

Event horizon version 0.0.2

Event Horizon version 0.0.1

03 Jul 12:32
Compare
Choose a tag to compare

First release of event horizon.
Available features:

  • Asynchronous TCP streams
  • Asynchronous UDP sockets
  • Asynchronous dns address resolution
  • Pipes (domain sockets on linux, named pipes on windows) for asynchronous IPC
  • Timer and Idle classes to schedule code to run after a certain amount of time or at the next iteration of the event loop
  • Promise class for representing a non-yet available result
  • async decorator enabling the writing of functions using an async/await style syntax