• Lee Howes's avatar
    Add TimedDrivableExecutor to folly. · 20808864
    Lee Howes authored
    Summary: Adds a TimedDrivableExecutor implementation of DrivableExecutor that adds a driveUntil method. driveUntil is as drive, except that it takes a timepoint and will stop driving after that time to allow callers to time out more easily.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D6658320
    
    fbshipit-source-id: a75145748e78497ce107ae152f25729547883835
    20808864
TimedDrivableExecutorTest.cpp 2.09 KB