Bethibande / actors

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

Handle Lists and MutableLists #11

Closed Bethibande closed 7 months ago

Bethibande commented 8 months ago

Special handling for the MutableList class is needed as returning a MutableList will leak mutable state.

Bethibande commented 7 months ago

Won't be implemented for now in favor of #12, returning immutable lists would be too complex for now, considering people could be using custom implementations. Simply returning an immutable List would just get in the way.