blob: b15a5f09a4b7b95869fbe77a901d5978b0f5f8ee [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOPAZ_RUNTIME_FLUTTER_RUNNER_TASK_OBSERVERS_H_
#define TOPAZ_RUNTIME_FLUTTER_RUNNER_TASK_OBSERVERS_H_
#include <lib/fit/function.h>
namespace flutter {
void CurrentMessageLoopAddAfterTaskObserver(intptr_t key,
fit::closure observer);
void CurrentMessageLoopRemoveAfterTaskObserver(intptr_t key);
} // namespace flutter
#endif // TOPAZ_RUNTIME_FLUTTER_RUNNER_TASK_OBSERVERS_H_