Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 236 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 236 Bytes

#Aktor

Lightweight actor framework based on coroutines in Kotlin.

DONE

  • be able to create actors that talk each other

TODO

  • monitoring crashes and autorecovery
  • logging of missed messages
  • translate some example from akka