table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_CLIENT_POOL_PUSH(3) | libmongoc | MONGOC_CLIENT_POOL_PUSH(3) |
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.
PARAMETERS¶
- pool: A mongoc_client_pool_t.
- client: A mongoc_client_t.
THREAD SAFETY¶
This function is safe to call from multiple threads.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |