Ciorent
Preparing search index...
Fibers
Process
Type Alias Process<TReturn>
Process
:
[
proc
:
Promise
<
TReturn
|
undefined
>
,
status
:
0
|
1
|
2
|
3
,
resume
:
null
|
(
(
state
:
1
|
3
)
=>
void
)
,
children
:
Process
[]
,
]
Describe a fiber process
Type Parameters
TReturn
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Ciorent
Loading...
Describe a fiber process