mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-24 20:45:08 +02:00
fixing timeout issue
This commit is contained in:
parent
e4a7224a2d
commit
dfa90962eb
1 changed files with 0 additions and 1 deletions
|
@ -527,7 +527,6 @@ sexp sexp_scheduler (sexp ctx sexp_api_params(self, n), sexp root_thread) {
|
||||||
goto unblock_io_threads;
|
goto unblock_io_threads;
|
||||||
} else {
|
} else {
|
||||||
usleep(usecs);
|
usleep(usecs);
|
||||||
sexp_context_timeoutp(res) = 1;
|
|
||||||
sexp_context_waitp(res) = 0;
|
sexp_context_waitp(res) = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue