shajara API
Overview
Preparing search index...
@shajara/kernel
index
ProcessRef
Interface ProcessRef<Value, Descriptor>
Control reference for one process and its convergence future.
interface
ProcessRef
<
Value
,
Descriptor
extends
ProcessDescriptor
=
ProcessDescriptor
,
>
{
"[REF_TOKEN]"
:
"process"
;
descriptor
:
Descriptor
;
exitFuture
:
FutureKey
<
Value
>
;
}
Type Parameters
Value
Descriptor
extends
ProcessDescriptor
=
ProcessDescriptor
Index
Properties
[
REF_
TOKEN]
descriptor
exit
Future
Properties
Readonly
[
REF_
TOKEN]
"[REF_TOKEN]"
:
"process"
Readonly
descriptor
descriptor
:
Descriptor
Readonly
exit
Future
exitFuture
:
FutureKey
<
Value
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
REF_
TOKEN]
descriptor
exit
Future
Overview
shajara API
Loading...
Control reference for one process and its convergence future.