proxygen
folly::ParkingLot< Data > Member List

This is the complete list of members for folly::ParkingLot< Data >, including all inherited members.

lotid_folly::ParkingLot< Data >private
park(const Key key, D &&data, ToPark &&toPark, PreWait &&preWait)folly::ParkingLot< Data >inline
park_for(const Key key, D &&data, ToPark &&toPark, PreWait &&preWait, std::chrono::duration< Rep, Period > &timeout)folly::ParkingLot< Data >inline
park_until(const Key key, D &&data, ToPark &&toPark, PreWait &&preWait, std::chrono::time_point< Clock, Duration > deadline)folly::ParkingLot< Data >
ParkingLot(const ParkingLot &)=deletefolly::ParkingLot< Data >private
ParkingLot()folly::ParkingLot< Data >inline
unpark(const Key key, Unparker &&func)folly::ParkingLot< Data >
unpark(const Key bits, Func &&func)folly::ParkingLot< Data >