Struct ShutdownPollingPeriodOption (2.23.0-rc)

How often the session polls for automatic shutdowns.

Applications can shutdown a session by calling .cancel() on the returned future<Status>. In addition, applications can fire & forget a session, which is only shutdown once the completion queue servicing the session shuts down. In this latter case the session polls periodically to detect if the CQ has shutdown. This controls how often this polling happens.

Type Aliases

Type

Alias Of: std::chrono::milliseconds