updated pxt references + hero banner

This commit is contained in:
Peli de Halleux
2018-01-29 11:20:34 -08:00
parent d371225066
commit 3f50b5c39a
9 changed files with 18 additions and 14 deletions

View File

@ -271,6 +271,10 @@ void setupThread(Action a, TValue arg = 0, void (*runner)(Thread *) = NULL, TVal
}
}
void releaseFiber() {
// called from main in pxt.cpp
}
void runInParallel(Action a) {
setupThread(a);
}