Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Issue 23609060: Make stdout and stderr async. (Closed)

Created:
7 years, 3 months ago by Anders Johnsen
Modified:
7 years, 3 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make stdout and stderr async. This required some minor changes to the Windows eventhandler, as we now spawn a new thread for writes (just like we do for reads). BUG=https://code.google.com/p/dart/issues/detail?id=7218 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=27811

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -22 lines) Patch
M runtime/bin/eventhandler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/eventhandler.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/bin/eventhandler_win.h View 3 chunks +2 lines, -1 line 0 comments Download
M runtime/bin/eventhandler_win.cc View 1 5 chunks +59 lines, -19 lines 0 comments Download
M runtime/bin/socket_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_macos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/pub/bin/pub.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/process_sync_script.dart View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 3 months ago (2013-09-24 10:42:06 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/23609060/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/23609060/diff/1/runtime/bin/eventhandler_win.cc#newcode597 runtime/bin/eventhandler_win.cc:597: int Handle::Write(const void* buffer, int num_bytes) { This ...
7 years, 3 months ago (2013-09-24 11:24:22 UTC) #2
Anders Johnsen
https://codereview.chromium.org/23609060/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/23609060/diff/1/runtime/bin/eventhandler_win.cc#newcode597 runtime/bin/eventhandler_win.cc:597: int Handle::Write(const void* buffer, int num_bytes) { On 2013/09/24 ...
7 years, 3 months ago (2013-09-24 11:41:56 UTC) #3
Anders Johnsen
7 years, 3 months ago (2013-09-24 11:48:37 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27811 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698