1BSON_THREADING(3)                   libbson                  BSON_THREADING(3)
2
3
4

NAME

6       bson_threading - Threading
7
8       Libbson's  data structures are NOT thread-safe. You are responsible for
9       accessing and mutating these structures from one thread at a time.
10
11       Libbson requires POSIX threads (pthreads) on all  UNIX-like  platforms.
12       On  Windows,  the native threading interface is used. Libbson uses your
13       system's threading library to safely generate unique ObjectIds, and  to
14       provide  a  fallback  implementation for atomic operations on platforms
15       without built-in atomics.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.21.1                           Mar 02, 2022                BSON_THREADING(3)
Impressum