This website requires JavaScript.
Explore
Help
Sign in
Fcalva
/
chibi-scheme
Watch
1
Star
0
Fork
You've already forked chibi-scheme
0
mirror of
https://github.com/ashinn/chibi-scheme.git
synced
2025-05-19 13:49:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
df71fe8ecf
chibi-scheme
/
lib
/
srfi
/
18
History
Alex Shinn
4bd428da9e
Unblock the current thread if it was waiting on an fd with activity.
...
Prevents useless extra polling slowing down the process as noted in issue
#144
.
2012-08-25 12:49:34 +09:00
..
interface.scm
thread-join! now returns the result or raises the exception of the joined thread
2012-08-15 21:23:39 +09:00
threads.c
Unblock the current thread if it was waiting on an fd with activity.
2012-08-25 12:49:34 +09:00
types.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00