We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0db419 commit 6909f55Copy full SHA for 6909f55
Core/JsRuntime/InternalInclude/Babylon/JsRuntimeScheduler.h
@@ -18,7 +18,7 @@ namespace Babylon
18
// to pump this dispatcher in its destructor to prevent deadlocks.
19
//
20
// The typical pattern for an arcana task will look something like this:
21
- // class MyClass
+ // class MyClass : public ObjectWrap<MyClass>
22
// {
23
// public:
24
// ~MyClass()
0 commit comments