mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c: Document ThreadGroup::Default
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5feede6f3b
commit
1f9fa7c62f
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Feb 20 14:28:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* thread.c: Document ThreadGroup::Default
|
||||||
|
|
||||||
Wed Feb 20 14:23:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
Wed Feb 20 14:23:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* thread.c: Grammar for #backtrace_locations and ::handle_interrupt
|
* thread.c: Grammar for #backtrace_locations and ::handle_interrupt
|
||||||
|
|
6
thread.c
6
thread.c
|
@ -3853,6 +3853,12 @@ static const rb_data_type_t thgroup_data_type = {
|
||||||
* were created.
|
* were created.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Document-const: Default
|
||||||
|
*
|
||||||
|
* The default ThreadGroup created when Ruby starts; all Threads belong to it
|
||||||
|
* by default.
|
||||||
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
thgroup_s_alloc(VALUE klass)
|
thgroup_s_alloc(VALUE klass)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue