]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: update and tidy cgo callback description
authorAustin Clements <austin@google.com>
Thu, 1 Oct 2020 14:58:47 +0000 (10:58 -0400)
committerAustin Clements <austin@google.com>
Fri, 2 Oct 2020 20:42:56 +0000 (20:42 +0000)
commitf89d05eb7ba1885474d03bb62f0a36a2d3cf56ea
tree2cd5ebda15bcf622122bc8ba1699c36e46179070
parent21eb3dcf93fc3698c9b8cd3ba83c9ddbef31e880
runtime: update and tidy cgo callback description

The documentation on how cgo callbacks (C -> Go calls) works
internally has gotten somewhat stale. This CL refreshes it.

Change-Id: I1ab66225c9da52d698d97ebeb4f3c7b9b5ee97db
Reviewed-on: https://go-review.googlesource.com/c/go/+/258937
Trust: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/cgocall.go