Project

General

Profile

Actions

Bug #8660

closed

rb_thread_blocking_region deprecated, no alternative in ruby.h

Added by mattconnolly (Matt Connolly) over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
2.0.0-p247
[ruby-core:56093]

Description

In "ruby/intern.h", the function declaration for rb_thread_blocking_region is deprecated. The comment says "Use rb_thread_call_without_gvl family instead", yet there are no functions from that family in the header that can be used by extensions.

Should the method rb_thread_call_without_gvl be included in the header "ruby/intern.h" ?

Updated by nobu (Nobuyoshi Nakada) over 10 years ago

  • Status changed from Open to Rejected

See ruby/thread.h.

Actions

Also available in: Atom PDF

Like0
Like0