1MONGOC_CLIENT_POOL_DESTROY(3)      libmongoc     MONGOC_CLIENT_POOL_DESTROY(3)
2
3
4

NAME

6       mongoc_client_pool_destroy - mongoc_client_pool_destroy()
7

SYNOPSIS

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

PARAMETERS

20       ยท pool: A mongoc_client_pool_t.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020    MONGOC_CLIENT_POOL_DESTROY(3)
Impressum