Skip to content

0.0.1-RC5

Compare
Choose a tag to compare
@dmgcodevil dmgcodevil released this 14 May 04:13
· 49 commits to master since this release
22d34b3

New features:

  • Leader Election component
  • Cluster and networking: AsyncClient , AsyncServer
  • Performance improvements: removed usages of race operator from scheduled. Processing of 1M messages takes 1sec, before 15sec
  • Channel accepts a callback that can return a flow
  • handleError operator
  • Smal bug fixes