Files
tinygo/src
Jaden Weiss 9c78f7039d runtime (chan): fix blocking select on a nil channel
Previously, a blocking select on a nil channel would result in a nil panic inside the channel runtime code.
This change fixes the nil checks so that the select works as intended.
2020-04-13 08:28:24 +02:00
..
2019-12-29 10:48:28 +01:00
2020-03-27 19:02:45 +01:00