-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2020-07-27, Service Arch 2020-08-10, Service Arch 2020-08-24
We have an API for work queues that incorporate notification via polling called Batons. They live in src/mongo/db and src/mongo/transport.
Notable classes include:
- Baton
- DefaultBaton
- TransportBaton
- BatonASIOLinux
Since this spans several directories, we should make a new markdown in the docs folder.
This is intended to be abstract documentation, describe relationships and state transitions not code in common language.
- is related to
-
SERVER-50135 Add unit-test for DefaultBaton
- Open