Actions
Bug #21509
closedio/wait: IO#wait raises error when passed nil as timeout
Bug #21509:
io/wait: IO#wait raises error when passed nil as timeout
Description
The documentation of the method goes:
However, when passing nil in the first argument, it fails:
This seems inconsistent with other variants and related methods:
Actions