Searched defs:Container (Results 1 – 3 of 3) sorted by relevance
82 struct Container { struct86 bool disable_ = true;87 int max_ = 0;88 int total_ = 0;89 int count_ = 0;90 int trans_ = 0;91 int32_t left_ = 0;92 int32_t right_ = 0;93 std::chrono::seconds timeout_;96 std::mutex mutex_;[all …]
1 # Container chapter
22 pub(crate) trait Container { interface