#include <isolate_scope.h>
This class is a thin wrapper around dart isolate. It can be used as argument to IsolateScope constructor to enter and exit the isolate.
Definition at line 15 of file isolate_scope.h.
◆ ~Isolate()
flutter::Isolate::~Isolate |
( |
| ) |
|
|
default |
◆ Current()
Isolate flutter::Isolate::Current |
( |
| ) |
|
|
static |
Retrieve the current Dart Isolate. If no isolate is current, this results in a crash.
Definition at line 9 of file isolate_scope.cc.
10 Dart_Isolate isolate = Dart_CurrentIsolate();
11 return Isolate(isolate);
◆ IsolateScope
The documentation for this class was generated from the following files: