Is there somewhere a list of guile functions that are (/are not) thread safe ?
I ask since this morning I was after a strange bug because I was using the format module in two different thread, then learnt that these functions are not reentrant. I'm also interrested in the thread-safeness of gc-stats function. And in general I think this info would be good to have for every functions.