MCPcopy Create free account
hub / github.com/cztomczak/cefpython / MakeRunnable

Function MakeRunnable

src/include/base/internal/cef_bind_internal.h:887–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885
886template <typename T>
887typename FunctorTraits<T>::RunnableType MakeRunnable(const T& t) {
888 return RunnableAdapter<T>(t);
889}
890
891template <typename T>
892typename FunctorTraits<T>::RunnableType MakeRunnable(

Callers 1

BindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected