v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
task-utils.h File Reference
#include <functional>
#include <memory>
Include dependency graph for task-utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

std::unique_ptr< CancelableTaskv8::internal::MakeCancelableTask (Isolate *isolate, std::function< void()> func)
 
std::unique_ptr< CancelableTaskv8::internal::MakeCancelableTask (CancelableTaskManager *manager, std::function< void()> func)
 
std::unique_ptr< CancelableIdleTaskv8::internal::MakeCancelableIdleTask (Isolate *isolate, std::function< void(double)> func)
 
std::unique_ptr< CancelableIdleTaskv8::internal::MakeCancelableIdleTask (CancelableTaskManager *manager, std::function< void(double)> func)