@logixjs/core
Preparing search index...
Runtime
make
Function make
make
(
root
:
ModuleImpl
<
any
,
AnyModuleShape
,
any
>
|
AnyModule
,
options
?:
RuntimeOptions
,
)
:
ManagedRuntime
<
any
,
never
>
Construct an application runtime from a root module.
Uses the root module + layer as the composition root.
Forks root processes within the runtime Scope.
Exposes a ManagedRuntime; the full Env is provided by
root.layer + options.layer
.
Parameters
root
:
ModuleImpl
<
any
,
AnyModuleShape
,
any
>
|
AnyModule
Optional
options
:
RuntimeOptions
Returns
ManagedRuntime
<
any
,
never
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
Construct an application runtime from a root module.
root.layer + options.layer.