#include <FlutterFMLTaskRunner.h>
Definition at line 11 of file FlutterFMLTaskRunner.h.
◆ initWithTaskRunner:
◆ postTask:
| - (void) postTask: |
|
(void(^)(void)) |
task |
|
Definition at line 1 of file FlutterFMLTaskRunner.mm.
23 :(void (^)(void))task {
25 _taskRunner->PostTask([task]() { task(); });
26}
#define FML_DCHECK(condition)
◆ postTaskWithDelay:task:
| - (void) postTaskWithDelay: |
|
(NSTimeInterval) |
delay |
| task: |
|
(postTask(delay:task:)) |
NS_SWIFT_NAME |
|
|
| |
◆ runNowOrPostTask:
| - (void) runNowOrPostTask: |
|
(void(^)(void)) |
task |
|
Definition at line 1 of file FlutterFMLTaskRunner.mm.
28 :(void (^)(void))task {
31}
static void RunNowOrPostTask(const fml::RefPtr< fml::TaskRunner > &runner, const fml::closure &task)
◆ runsTasksOnCurrentThread
| - (BOOL) runsTasksOnCurrentThread |
|
|
|
◆ taskRunner
The documentation for this class was generated from the following files: