cjameshuff (Christopher Huff)
- Login: cjameshuff
- Email: cjameshuff@gmail.com
- Registered on: 11/02/2011
- Last sign in: 11/02/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/06/2011
-
01:44 PM Ruby Feature #5543: rb_thread_blocking_region() API is poorly designed
- VALUE is actively misleading, given that a VALUE can not be constructed by the function, and the writer of the code will most likely not want to return a pre-constructed one. "void *" is the obvious choice, not carrying such an implicati...
11/02/2011
-
05:40 AM Ruby Feature #5543 (Closed): rb_thread_blocking_region() API is poorly designed
- First, rb_thread_blocking_region() requires the blocking code to be pulled out into a separate function, scattering code through the source file and giving the coder more work to do to pass information through to that function. Something...