Tried to integrate Promises + web workers into Netscript code. Doesn't work at all right now

This commit is contained in:
Daniel Xie
2016-11-28 16:02:06 -06:00
parent 320526ebb3
commit 4687b80256
5 changed files with 987 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function Server() {
this.cpuSpeed = 1; //MHz
this.scripts = [];
this.runningScripts = []; //Scripts currently being run
this.runningScripts = []; //Names of scripts currently being run
this.programs = [];
/* Hacking information (only valid for "foreign" aka non-purchased servers) */