mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
runtime: add link to design doc for new scheduler
R=golang-dev, remyoudompheng, bradfitz CC=golang-dev https://golang.org/cl/7419049
This commit is contained in:
parent
7c68f7876a
commit
69c90985b3
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
// P - processor, a resource that is required to execute Go code.
|
||||
// M must have an associated P to execute Go code, however it can be
|
||||
// blocked or in a syscall w/o an associated P.
|
||||
//
|
||||
// Design doc at http://golang.org/s/go11sched.
|
||||
|
||||
typedef struct Sched Sched;
|
||||
struct Sched {
|
||||
|
|
Loading…
Reference in a new issue