getCurrentThreadName | Equivalent to getThreadName(std::this_thread::get_id()); |
getExecutorBlockingContext | Returns the current thread's executor blocking context, if any is active. |
getThreadName | Get the name of the given thread, or nothing if an error occurs or the functionality is not available. |
get_pointer | Returns a pointer to the value of an Optional, or nullptr if empty. |
get_pointer | Returns a pointer to the value of an Optional, or nullptr if empty. |
make_optional | Creates an Optional whose value is constructed in-place from a list. |
make_optional | Creates an Optional whose value is constructed in-place. |
make_optional | Creates an Optional deducing the value type from the argument. |
operator co_await | Enables using folly::Optional with the co_await operator. |
operator!= | Compares two Optionals for inequality. |
operator!= | Compares an Optional with a value for inequality. |
operator< | Deleted to forbid ordering an Optional against a bare value. |
operator< | Orders two Optionals; an empty Optional sorts before any value. |
operator< | Orders an Optional against None; nothing sorts before None. |
operator<= | Orders an Optional against None. |
operator<= | Orders two Optionals; an empty Optional sorts before any value. |
operator<= | Deleted to forbid ordering an Optional against a bare value. |
operator== | Tests whether an Optional is empty. |
operator== | Compares two Optionals for equality. |
operator== | Compares an Optional with a value for equality. |
operator> | Orders two Optionals; an empty Optional sorts before any value. |
operator> | Orders an Optional against None; a value sorts after None. |
operator> | Deleted to forbid ordering an Optional against a bare value. |
operator>= | Deleted to forbid ordering an Optional against a bare value. |
operator>= | Orders an Optional against None; any value sorts at or after None. |
operator>= | Orders two Optionals; an empty Optional sorts before any value. |
swap | Swaps the contents of two Optionals. |
tryUriUnescape | Similar to tryUriUnescape above, but returning the unescaped string as a folly::Expected. |
coro::timed_wait | Awaits awaitable, giving up after duration elapses. |
settings::getSettingsMeta | Returns the metadata for a setting by name, if it exists. |