Bethibande / actors

A actor framework and KSP processor/generator for kotlin.
Apache License 2.0
2 stars 0 forks source link

ActorSystem.getById #19

Closed Bethibande closed 5 months ago

Bethibande commented 5 months ago

Task

Motivation

This function will allow to explicitly fetch an existing actor. The 'new' requires to specify a state object, this can be inconvenient if you simply wish to fetch an existing actor, why should you have to supply a state?

Notes