I've had a look here - reference. Also, looked at some other places but they turned out to be other scheme dialects, which means the functions there are not necessarily present in MIT/GNU scheme.
I obviously know that there must be thread related procedures since things like create-thread
or current-thread
or thread-dead
works.
Can anyone point to the reference for threads. I'm using the Release 9.2 of MIT/GNU Scheme.