Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions core/thread.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -829,13 +829,6 @@ class Thread < Object
#
def self.each_caller_location: () { (Backtrace::Location) -> void } -> nil

# Wraps the block in a single, VM-global
# [Mutex\#synchronize](https://ruby-doc.org/core-2.6.3/Mutex.html#method-i-synchronize)
# , returning the value of the block. A thread executing inside the
# exclusive section will only block other threads which also use the
# [::exclusive](Thread.downloaded.ruby_doc#method-c-exclusive) mechanism.
def self.exclusive: () { () -> untyped } -> untyped

# <!--
# rdoc-file=thread.c
# - Thread.exit -> thread
Expand Down