hashbrown

useRuntime

Creates a new runtime.

API

export declare function useRuntime(
  options:  UseRuntimeOptions ,
):  RuntimeRef; 
useRuntime
RuntimeRef
@paramoptions:
UseRuntimeOptions

The options for creating the runtime.

@returns
RuntimeRef