On Mon, 2012-03-26 at 13:02 +0900, Kiyoshi Mizumaru wrote:
I think it's good idea to solve this without defining a new process class. But in b03b582, make-lock, with-lock-held and current-thread are used prior to be defined, and lead to compile error.
Moving the "Thread creation" section solved this and works as expected: https://bitbucket.org/kmizumar/bordeaux-threads/changeset/02cc8c9b4ce7
Ok, I committed the move