it sounds like maybe this pattern would work? ```...
# announcements
k
it sounds like maybe this pattern would work?
Copy code
val add: SendChannel<Long> get() = _add
private val _add = Channel<Long>()