[前][次][番号順一覧][スレッド一覧]

ruby-changes:57746

From: Samuel <ko1@a...>
Date: Sat, 14 Sep 2019 19:44:20 +0900 (JST)
Subject: [ruby-changes:57746] 9699a5c5bc (master): Update news regarding `Fiber#raise`.

https://git.ruby-lang.org/ruby.git/commit/?id=9699a5c5bc

From 9699a5c5bcb9e1483f21efdf7e5cb9bf0a6279fb Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Sat, 14 Sep 2019 22:43:51 +1200
Subject: Update news regarding `Fiber#raise`.


diff --git a/NEWS b/NEWS
index 1350943..3848b6d 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,13 @@ Enumerator:: https://github.com/ruby/ruby/blob/trunk/NEWS#L109
       can be directly passed to another method as a block
       argument.  [Feature #15618]
 
+Fiber::
+
+  New method::
+
+    * Added Fiber#raise that behaves like Fiber#resume but raises an
+      exception on the resumed fiber.  [Feature #10344]
+
 FrozenError::
 
   New method::
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]