@resonatehq/sdk
Preparing search index...
core
Processor
Interface Processor
interface
Processor
{
process
(
id
:
string
,
func
:
F
,
cb
:
(
result
:
Result
<
unknown
>
)
=>
void
,
)
:
void
;
}
Implemented by
AsyncProcessor
Index
Methods
process
Methods
process
process
(
id
:
string
,
func
:
F
,
cb
:
(
result
:
Result
<
unknown
>
)
=>
void
)
:
void
Parameters
id
:
string
func
:
F
cb
:
(
result
:
Result
<
unknown
>
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
process
@resonatehq/sdk
Loading...