| // Copyright 2014 The Chromium 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 SERVICES_PYTHON_PYTHON_SYSTEM_IMPL_HELPER_H_ |
| #define SERVICES_PYTHON_PYTHON_SYSTEM_IMPL_HELPER_H_ |
| #include "base/base_export.h" |
| #include "base/message_loop/message_loop.h" |
| #include "base/run_loop.h" |
| #include "mojo/public/cpp/bindings/callback.h" |
| #include "mojo/public/cpp/system/core.h" |
| #include "mojo/public/python/src/common.h" |
| namespace content_handler { |
| // Post a task to be executed roughtly after delay microseconds |
| void PostDelayedTask(PyObject* callable, int64 delay); |
| mojo::python::PythonAsyncWaiter* NewAsyncWaiter(); |
| } // namespace content_handler |
| #endif // SERVICES_PYTHON_PYTHON_SYSTEM_IMPL_HELPER_H_ |