Files
tinygo/src/runtime
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
..
2018-09-14 20:58:00 +02:00
2019-04-13 19:58:58 +02:00
2019-05-11 15:33:37 +02:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2020-04-05 16:16:57 +02:00
2019-02-19 15:54:36 +01:00
2019-12-29 10:48:28 +01:00
2018-08-30 05:48:16 +02:00
2018-08-30 05:48:16 +02:00
2020-04-05 16:16:57 +02:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2018-09-16 13:01:03 +02:00