Adding singular token bucket implementation.
authorMichael Morton <michaelmorton@fb.com>
Thu, 27 Aug 2015 22:44:43 +0000 (15:44 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 31 Aug 2015 20:25:09 +0000 (13:25 -0700)
commit280e99ae5d9a3becadc9640474d0edf9dc2b670d
treeae5934d8f864e5f83b565139010afba17b31438d
parenta3c67e006de0e32ecad1bc406ab74ca767e4caee
Adding singular token bucket implementation.

Summary: Contains only the central implementation of the TokenBucket, without moving other files to use the new implementation.

Reviewed By: @yfeldblum

Differential Revision: D2329892
folly/TokenBucket.h [new file with mode: 0644]
folly/test/Makefile.am
folly/test/TokenBucketTest.cpp [new file with mode: 0644]
folly/test/TokenBucketTest.h [new file with mode: 0644]