Y
Hacker News
new
|
ask
|
show
|
jobs
by
crawshaw
4306 days ago
It's a map[uintptr]unsafe.Pointer. The key is invisible to the collector, but the value is an unsafe.Pointer, which is will be managed for you by the precise collector.
1 comments
pjmlp
4306 days ago
Ah, stupid me! Thanks for clarifying it.
link