mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
make js cancellable (#1901)
This commit is contained in:
@@ -749,8 +749,8 @@ export const action = {
|
||||
async slow(effects, _input) {
|
||||
while(true) {
|
||||
effects.error("A");
|
||||
// await ackermann(3,10);
|
||||
await effects.sleep(100);
|
||||
await ackermann(3,10);
|
||||
// await effects.sleep(100);
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user