init()

in SampleApp/Sources/FishyActorsDemo/Actors.swift [33:38]


  init(topic: String, transport: ActorTransport) {
    defer { transport.actorReady(self) } // FIXME(distributed): this will be synthesized (not implemented in compiler yet)

    self.topic = topic
    self.chatters = []
  }