dragas
08/29/2017, 1:36 PMlaunch(CommonPool)
{
whileSelect()
{
channel.onReceive()
{
launch(CommonPool)
{
delay(1000L) // assume this is work
}
!channel.isClosedForSend
}
}
}