1MONGOC_CLIENT_POOL_TRY_POP(3)      libmongoc     MONGOC_CLIENT_POOL_TRY_POP(3)
2
3
4

NAME

6       mongoc_client_pool_try_pop - mongoc_client_pool_try_pop()
7

SYNOPSIS

9          mongoc_client_t *
10          mongoc_client_pool_try_pop (mongoc_client_pool_t *pool);
11
12       This  function  is identical to mongoc_client_pool_pop() except it will
13       return NULL instead of blocking for a client to become available.
14

PARAMETERS

16       ยท pool: A mongoc_client_pool_t.
17

RETURNS

19       A mongoc_client_t if one is immediately available, otherwise NULL.
20

THREAD SAFETY

22       This function is safe to call from multiple threads.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.16.2                           Feb 25, 2020    MONGOC_CLIENT_POOL_TRY_POP(3)
Impressum