Size returns the maximum pool size (capacity). This is used by the streaming credentials manager to size the re-auth worker pool.
()
| 339 | // Size returns the maximum pool size (capacity). |
| 340 | // This is used by the streaming credentials manager to size the re-auth worker pool. |
| 341 | Size() int |
| 342 | |
| 343 | AddPoolHook(hook PoolHook) |
| 344 | RemovePoolHook(hook PoolHook) |
no outgoing calls
no test coverage detected