#include <isolate_scope.h>
Public Member Functions | |
~Isolate ()=default | |
Static Public Member Functions | |
static Isolate | Current () |
Friends | |
class | IsolateScope |
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.
|
default |
|
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.
Referenced by flutter::testing::FlutterWindowControllerTest::SetUp(), and flutter::testing::TEST_F().
|
friend |
Definition at line 28 of file isolate_scope.h.