Skip to content

Commit 2c527d4

Browse files
authored
Merge pull request #2453 from p8/docs/replace-ruby-doc.org
Replace reference with official documentation
2 parents beddc99 + 2fb854a commit 2c527d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/thread.rbs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -829,13 +829,6 @@ class Thread < Object
829829
#
830830
def self.each_caller_location: () { (Backtrace::Location) -> void } -> nil
831831

832-
# Wraps the block in a single, VM-global
833-
# [Mutex\#synchronize](https://ruby-doc.org/core-2.6.3/Mutex.html#method-i-synchronize)
834-
# , returning the value of the block. A thread executing inside the
835-
# exclusive section will only block other threads which also use the
836-
# [::exclusive](Thread.downloaded.ruby_doc#method-c-exclusive) mechanism.
837-
def self.exclusive: () { () -> untyped } -> untyped
838-
839832
# <!--
840833
# rdoc-file=thread.c
841834
# - Thread.exit -> thread

0 commit comments

Comments
 (0)