Stefan F.

Results 3 comments of Stefan F.
trafficstars

|Yes, after ||grpc_final_shutdown_library() has been called the library cannot be reinitialized again. It is not a replacement for grpc_init()/grpc_shutdown() but an additional cleanup that should only be called just before...

> > Yes, after grpc_final_shutdown_library() has been called the library cannot be reinitialized again. It is not a replacement for grpc_init()/grpc_shutdown() but an additional cleanup that should only be called...

Thank you for your comments, Where can I find something about totw-110 (at least not here: https://abseil.io/tips/). Isn't that the Construct On First Use Idiom which ShutdownData::get() also uses? Maybe...