Skip to content

0.5.0

Choose a tag to compare

@Bobonium Bobonium released this 31 Jul 23:39
· 36 commits to master since this release
  • added send_after to ActorWrapper<A> to allow sending of delayed messages
    • delayed messages are handled through system internal DelayActor
    • system internal Actors are running on the tyra Threadpool. It is not recommended to re-use or re-configure that thread pool in any way