Add section on weak references.

Mark Rushakoff 2017-02-09 08:49:42 -08:00
parent 7fdda4ef02
commit efc75b4a88

@ -54,3 +54,7 @@ Rejected.
### Add warnings to the Go compiler ### Add warnings to the Go compiler
Rejected. Rejected.
### Weak references
Unlikely to be added. See discussion at https://groups.google.com/forum/#!topic/golang-nuts/PYWxjT2v6ps, and https://groups.google.com/forum/?pli=1#!topic/golang-nuts/MMWXRANh0-g which points out that `sync.Pool` is a specific form of weak reference.