Avail Thread
An AvailThread is a thread managed by a particular Avail runtime. Instances may obtain the managing runtime through the static accessor AvailRuntime.currentRuntime. New instances will be created as necessary by an Avail runtime's executor.
Author
Todd L Smith
Parameters
runnable
The Runnable runnable that the new thread should execute.
interpreter
The Interpreter that this thread will temporarily bind to fibers while they are running in this thread.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setUncaughtExceptionHandler(p0: Thread.UncaughtExceptionHandler)
Content copied to clipboard
Properties
Link copied to clipboard
The interpreter permanently bound to this thread.
Link copied to clipboard