runtime: make channels work in interrupts

This commit is contained in:
Jaden Weiss
2020-05-29 23:46:58 -04:00
committed by Ron Evans
parent aa3481e06a
commit a4f3457747
13 changed files with 232 additions and 33 deletions
+3
View File
@@ -19,6 +19,9 @@ func run() {
initAll()
postinit()
callMain()
schedulerDone = true
}()
scheduler()
}
const hasScheduler = true