proxygen
FunctionScheduler.cpp File Reference
#include <folly/experimental/FunctionScheduler.h>
#include <random>
#include <folly/Conv.h>
#include <folly/Random.h>
#include <folly/String.h>
#include <folly/system/ThreadName.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Variable Documentation

const milliseconds constInterval

Definition at line 34 of file FunctionScheduler.cpp.

std::default_random_engine generator
std::poisson_distribution<int> poissonRandom

Definition at line 72 of file FunctionScheduler.cpp.