Files
tinygo/src
Ayke van Laethem 3f8a110e4a runtime: move mainExited boolean
This variable is only necessary on the cooperative and none scheduler.
It is not used on the threads scheduler.

The reason for moving is that the upcoming multicore baremetal scheduler
also needs mainExited but of a different type: an atomic variable
instead of a plain boolean.
2025-04-12 13:34:57 +02:00
..
2025-03-11 04:22:16 -07:00
2025-03-07 09:09:13 -08:00
2025-04-12 13:34:57 +02:00
2025-02-25 14:41:42 +01:00