Done is called when Do is done.
(key string, fn func() (interface{}, error))
| 183 | type flightGroup interface { |
| 184 | // Done is called when Do is done. |
| 185 | Do(key string, fn func() (interface{}, error)) (interface{}, error) |
| 186 | } |
| 187 | |
| 188 | // Stats are per-group statistics. |
no outgoing calls