2
votes

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.

1

1 Answers

2
votes

There are not many volunteers who are working for mit-scheme, in general they are alumni of EECS of MIT, where they learned exactly how mit-scheme was implemented, and they are the only competent ones to understand it; this is why it is the best to ask at [email protected] and somebody will surely answer you some specific questions. Apart from the documentation from src/compiler/documentation and from here, there is no other documentation.

Using git log | less and searching for thread also returns nothing suggestive.

Here is the only available documentation and here is asked the same question. He surely received a private answer.