Class ScopedClosureRunner
Defined in File callback_helpers.h
Class Documentation
-
class ScopedClosureRunner
Public Functions
-
ScopedClosureRunner()
-
explicit ScopedClosureRunner(OnceClosure closure)
-
ScopedClosureRunner(ScopedClosureRunner&&)
-
~ScopedClosureRunner()
-
ScopedClosureRunner &operator=(ScopedClosureRunner &&other)
-
explicit operator bool() const
-
void RunAndReset()
-
void ReplaceClosure(OnceClosure new_closure)
-
OnceClosure Release()
-
ScopedClosureRunner()