[ruby-cvs:78460] b1c92363a7 (master): Wait for the main thread to start reading by Queue
"Nobuyoshi Nakada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2019-12-02 13:16:55 +0900 (Mon, 02 Dec 2019)
New Revision: b1c92363a7
https://github.com/ruby/ruby/commit/b1c92363a7
Log:
Wait for the main thread to start reading by Queue
Otherwise, the written data to pty before the reading started may
be just lost.
Modified files:
test/io/console/test_io_console.rb