Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
closure.h File Reference
#include <functional>
#include "flutter/fml/macros.h"

Go to the source code of this file.

Classes

class  fml::ScopedCleanupClosure
 Wraps a closure that is invoked in the destructor unless released by the caller. More...
 

Namespaces

namespace  fml
 

Typedefs

using fml::closure = std::function< void()>