proxygen
fibers.h File Reference
#include <Python.h>
#include <folly/Function.h>
#include <folly/fibers/FiberManagerInternal.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::python
 

Functions

folly::fibers::FiberManagerfolly::python::getFiberManager (const folly::fibers::FiberManager::Options &opts)
 
template<typename T >
void folly::python::bridgeFibers (folly::Function< T()> &&function, folly::Function< void(folly::Try< T > &&, PyObject *)> callback, PyObject *userData)