blob: 5de78d1606dc0f360afc0623bd601b46349041ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# MongoDB Utilities and Primatives
This document provides a high-level overview of certain utilities and primatives used within the
server. This is a work in progress and more sections will be added gradually.
## Fail Points
For details on the server-internal *FailPoint* pattern, see [this document][fail_points].
[fail_points]: ../../../docs/fail_points.md
|