mirror of https://github.com/grpc/grpc.git
Remove EventEngine::Shutdown (#27207)
It was determined that an explicit Shutdown method is not necessary, and further, it can be challenging to implement efficiently in some cases. Instead, EventEngines are expected to clean themselves up upon destruction. Anything that relies on an EventEngine's existence must coordinate itself to ensure the engine remains alive for as long as it's needed.pull/27210/head
parent
2d16865693
commit
2f838fd3b1
2 changed files with 0 additions and 17 deletions
Loading…
Reference in new issue