Searched defs:IntPromise (Results 1 – 2 of 2) sorted by relevance
638 struct IntPromise : val { in em_get_device_list() struct639 IntPromise(val&& promise) : val(std::move(promise)) {} in em_get_device_list() argument641 struct AwaitResult { in em_get_device_list()
17 typedef boost::shared_ptr< boost::promise<int> > IntPromise; typedef