Ciorent
Preparing search index...
Fibers
Runtime
Type Alias Runtime
Runtime
:
<
const
TReturn
,
const
Args
extends
any
[]
>
(
gen
:
(
proc
:
Process
<
TReturn
>
,
...
args
:
Args
)
=>
Generator
<
any
,
TReturn
>
,
...
args
:
Args
,
)
=>
Process
<
TReturn
>
Describe a fiber runtime
Type declaration
<
const
TReturn
,
const
Args
extends
any
[]
>
(
gen
:
(
proc
:
Process
<
TReturn
>
,
...
args
:
Args
)
=>
Generator
<
any
,
TReturn
>
,
...
args
:
Args
,
)
:
Process
<
TReturn
>
Type Parameters
const
TReturn
const
Args
extends
any
[]
Parameters
gen
:
(
proc
:
Process
<
TReturn
>
,
...
args
:
Args
)
=>
Generator
<
any
,
TReturn
>
...
args
:
Args
Returns
Process
<
TReturn
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Ciorent
Loading...
Describe a fiber runtime