Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Author

       MongoDB, Inc

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.

See Also