]> Cypherpunks repositories - gostls13.git/commit
runtime: improve sigsend documentation
authorAustin Clements <austin@google.com>
Thu, 30 Nov 2017 20:47:04 +0000 (15:47 -0500)
committerAustin Clements <austin@google.com>
Fri, 1 Dec 2017 20:34:13 +0000 (20:34 +0000)
commitaaccb3834c37a923659d1dc1004dcde94f04d871
treeff4db9edc7e57e91eeb82eab8575d2665f9243dc
parent292558be025fb0a959f7d594771c2833149521db
runtime: improve sigsend documentation

I think of "sending" a signal as calling kill, but sigsend is involved
in handling a signal and, specifically delivering it to the internal
signal queue. The term "delivery" is already used in
signalWaitUntilIdle, so this CL also uses it in the documentation for
sigsend.

Change-Id: I86e171f247f525ece884a680bace616fa9a3c7bd
Reviewed-on: https://go-review.googlesource.com/81235
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sigqueue.go