Home | History | Annotate | Download | only in base

Lines Matching refs:MakeRunnable

66 //  MakeRunnable<> -- Takes a Functor and returns an object in the Runnable
68 // There are |O(1)| MakeRunnable types.
799 // MakeRunnable<>
804 typename FunctorTraits<T>::RunnableType MakeRunnable(const T& t) {
810 MakeRunnable(const IgnoreResultHelper<T>& t) {
811 return MakeRunnable(t.functor_);
816 MakeRunnable(const Callback<T>& t) {