void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_CLIENT_POOL_PUSH(3)
Parameters
• pool: A mongoc_client_pool_t.
• client: A mongoc_client_t.
Synopsis
void
mongoc_client_pool_push (mongoc_client_pool_t *pool, mongoc_client_t *client);
This function returns a mongoc_client_t back to the client pool.
Thread Safety
This function is safe to call from multiple threads.
