< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(スレッド移動)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Aaron Patterson <tenderlove / ruby-lang.org> wrote:
> In the last developer meeting, matz suggested that the existing
> nonblocking IO functions take an extra option to specify whether or not
> exceptions should be raised.
>
> https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20130712#Non-blocking-reads-without-exceptions-Feature-5138
>
> Something like this:
>
> chunk = @io.read_nonblock(BUFSIZE, exception: false)
>
> I am happy with a solution like this.
OK, I am also happy (especially since small hashes are packed, now).
So the existing outbuf arg also becomes a keyword arg?
chunk = @io.read_nonblock(BUFSIZE, exception: false, outbuf: string)