`Launched` unblocks the dependent collective instances by recording that this callee device has completed the critical portion of the collective execution.
| 306 | // this callee device has completed the critical portion of the collective |
| 307 | // execution. |
| 308 | virtual void Launched(const CollectiveParams& col_params) {} |
| 309 | |
| 310 | // Used to designate an invalid group or instance key. |
| 311 | static int64 kInvalidId; |