We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f7083 commit 4256579Copy full SHA for 4256579
src/async/export/Threadlet.js
@@ -91,7 +91,8 @@ export class Threadlet {
91
* The thread functions are always called fully asynchronously (that is, never
92
* synchronously during instance construction nor synchronously with respect
93
* to a call to {@link #run}). When called, the functions are passed as an
94
- * argument the instance of this class that is calling them.
+ * argument a `RunnerAccess` instance which provides access to this
95
+ * (constructed) instance.
96
*
97
* @param {function(Threadlet.RunnerAccess): *} function1 First function to
98
* call (start function or main function).
0 commit comments