Skip to content

Instantly share code, notes, and snippets.

@Malinskiy
Last active March 6, 2019 16:05
Show Gist options
  • Save Malinskiy/5122343bb5310d62021f0fb99b108588 to your computer and use it in GitHub Desktop.
Save Malinskiy/5122343bb5310d62021f0fb99b108588 to your computer and use it in GitHub Desktop.
class DevicePoolActor(private val poolId: DevicePoolId, ...) {
...
private val devices = mutableMapOf<String, SendChannel<DeviceEvent>>()
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment