Some checks failed
Build and Deploy / build-linux (push) Failing after 1m41s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
var os = use('os')
|
|
|
|
var newguy = os.createprocess(["./prosperon", "spawn", "--program", "spawn2.js", "--overling", $_.host.port()])
|
|
var hang = 0.016
|
|
|
|
while (1) {
|
|
os.waitevent(_ => {}, hang)
|
|
$_.host.service(e => {console.log(json.encode(e))}, hang)
|
|
}
|