From: Lyle Johnson Date: 2001-04-17T23:10:09+09:00 Subject: [ruby-talk:13756] Re: Ruby threading implementation docs? > |Thanks; I've got my (well-read) copy of Programming Ruby and agree that it > |provides an excellent discussion of how to use Ruby threads from a Ruby > |program. What I am looking for is a more technical description about the > |actual implementation (i.e. the C source code) that lives in "eval.c". > > There's none such (except eval.c itself). Sorry. That's OK, thanks for the confirmation. The code is well-written and understandable, by the way, I just hoped to get a "head-start" if you had written any technical notes. If I have any *specific* questions as I'm going through the code I'll be sure to bug you some more ;)