Is there an actor
equivalent to this actor class
syntax to get the initializer?
shared({ caller = initializer }) actor class MyClass() {
This does not work
shared ({ caller = initializer }) actor {
I can use an actor class, but am just trying to avoid it if possible