From e3aabe93aae87a60ba7b8f1a0fd590534647e352 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 26 Jul 2022 17:40:00 +0200 Subject: 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. --- .document | 1 + 1 file changed, 1 insertion(+) (limited to '.document') 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 -- cgit v1.2.1