Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(225)

Issue 4254041: code review 4254041: runtime: idle goroutine (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by rsc
Modified:
14 years, 2 months ago
Reviewers:
CC:
r, r2, golang-dev
Visibility:
Public.

Description

runtime: idle goroutine This functionality might be used in environments where programs are limited to a single thread, to simulate a select-driven network server. It is not exposed via the standard runtime API.

Patch Set 1 #

Patch Set 2 : diff -r d15a5cff0f8d https://go.googlecode.com/hg #

Patch Set 3 : diff -r 6f62f82800c6 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 29cd45c39245 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M src/pkg/runtime/proc.c View 1 4 chunks +28 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 2 months ago (2011-02-25 23:20:18 UTC) #1
r2
LGTM
14 years, 2 months ago (2011-02-25 23:23:17 UTC) #2
rsc
14 years, 2 months ago (2011-02-28 04:32:48 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=8d78d5e69093 ***

runtime: idle goroutine

This functionality might be used in environments
where programs are limited to a single thread,
to simulate a select-driven network server.  It is
not exposed via the standard runtime API.

R=r, r2
CC=golang-dev
http://codereview.appspot.com/4254041
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b