Returns the fiber manager keyed by the local type Local for evb.
Declared in <folly/fibers/FiberManagerMap.h>
template<typename Local>
static
FiberManager&
getFiberManagerT(
folly::EventBase& evb,
FiberManager::Options const& opts = FiberManager::Options());
A reference to the fiber manager associated with evb.
| Name | Description |
|---|---|
| evb | The event base the fiber manager runs on. |
| opts | Options used when creating the fiber manager. |