-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Networking
-
Service Arch
So we currently have a somewhat difficult to parse if block in the NetworkInterfaceThreadPool. I think we can probably simplify this into consumeTasks() for actually doing the work and scheduleCosumeTasks() for registering our work onto the executor. There's also some weirdness around the booleans _registeredAlarm and _consumingTasks that probably could benefit from becoming an enum.
- duplicates
-
SERVER-39513 NetworkInterface::setAlarm should be cancellable
- Closed