Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use std::unordered_map in fiber-manager global maps
Summary: The global maps are used only in the slow-path, so simplicity is better. The simplicity also allows simpler access to the list of extant fiber-managers in the debugger, with needing the gdb scripts only to support `std::unordered_map` and not also `folly::F14NodeMap`. Reviewed By: jaesoo-fb Differential Revision: D45919505 fbshipit-source-id: fa354b60344809ff2a2e234945b3f19873b76ac4
- Loading branch information