The tomb (tomb
) package is a Go library that provides a type, Tomb
, that has multiple methods that help manage the goroutine(s) of a worker. The most important such methods are Kill
and Wait
.
See more: Go packages |
tomb
The tomb (tomb
) package is a Go library that provides a type, Tomb
, that has multiple methods that help manage the goroutine(s) of a worker. The most important such methods are Kill
and Wait
.
See more: Go packages |
tomb