summaryrefslogtreecommitdiff
path: root/.document
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2022-07-26 17:40:00 +0200
committerJean Boussier <jean.boussier@gmail.com>2022-08-02 11:04:28 +0200
commite3aabe93aae87a60ba7b8f1a0fd590534647e352 (patch)
tree3f5c15b61c9914c7e1a34ad56d042dcf70024f75 /.document
parentec3f59309e3f08339c4c76a6881901580801d6cd (diff)
downloadruby-e3aabe93aae87a60ba7b8f1a0fd590534647e352.tar.gz
Implement Queue#pop(timeout: sec)
[Feature #18774] As well as `SizedQueue#pop(timeout: sec)` If both `non_block=true` and `timeout:` are supplied, ArgumentError is raised.
Diffstat (limited to '.document')
-rw-r--r--.document1
1 files changed, 1 insertions, 0 deletions
diff --git a/.document b/.document
index 5494bcc7fe..ec2fa09326 100644
--- a/.document
+++ b/.document
@@ -24,6 +24,7 @@ pack.rb
ractor.rb
string.rb
timev.rb
+thread_sync.rb
trace_point.rb
warning.rb