Skip to main content

Module handle

Module handle 

Source
Expand description

Blocking handle for Rhai to communicate with RPC client

This handle provides simple blocking methods that Rhai functions can call. Each method sends a command to an async thread and blocks waiting for the response.

Structsยง

ZinitHandle
Synchronous handle for Rhai functions to use