1MONGOC_CLIENT_POOL_DESTROY(3) MongoDB C Driver MONGOC_CLIENT_POOL_DESTROY(3)
2
3
4
6 mongoc_client_pool_destroy - mongoc_client_pool_destroy()
7
9 void
10 mongoc_client_pool_destroy (mongoc_client_pool_t *pool);
11
12 Release all resources associated with pool, including freeing the
13 structure.
14
15 This method is NOT thread safe, and must only be called by one thread.
16 It should be called once the application is shutting down, and after
17 all other threads that use clients have been joined.
18
20 ยท pool: A mongoc_client_pool_t.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.15.2 Nov 06, 2019 MONGOC_CLIENT_POOL_DESTROY(3)