WasmMemoryNotifyCallback

class WasmMemoryNotifyCallback(waitersStore: SharedMemoryWaiterListStore, logger: Logger) : TruffleObject(source)

Сallback to be called from the GraalVM Wasm runtime when atomic_notify Wasm function is executed.

See also

Constructors

Link copied to clipboard
constructor(waitersStore: SharedMemoryWaiterListStore, logger: Logger)

Functions

Link copied to clipboard
fun execute(arguments: Array<Any>): Any
Link copied to clipboard