logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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