зеркало из https://github.com/github/ruby.git
Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
afe1bbeb4e
Коммит
13b74c9cc6
|
@ -824,7 +824,7 @@ Thread.new(Thread.current) {|mth|
|
|||
begin
|
||||
q.push nil
|
||||
mth.run
|
||||
Thead.pass until mth.stop?
|
||||
Thread.pass until mth.stop?
|
||||
p :mth_stopped # don't run if killed by rb_thread_terminate_all
|
||||
ensure
|
||||
puts "#{mth.alive?} #{mth.status} #{Thread.current.status}"
|
||||
|
|
Загрузка…
Ссылка в новой задаче