This commit is contained in:
Koichi Sasada 2020-10-20 15:36:51 +09:00
Родитель c05e41035c
Коммит 9ced5fae6d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -190,6 +190,7 @@ Outstanding ones only.
* `Fiber#blocking?` tells whether the fiber is non-blocking. [[Feature #16786]]
* `Fiber#backtrace` & `Fiber#backtrace_locations` provide per-fiber backtrace.
[[Feature #16815]]
* The limitation of `Fiber#transfer` is relaxed. [Bug #17221]
* Kernel