@resonatehq/sdk
Preparing search index...
core
AsyncProcessor
Class AsyncProcessor
Implements
Processor
Index
Constructors
constructor
Methods
process
Constructors
constructor
new
AsyncProcessor
()
:
AsyncProcessor
Returns
AsyncProcessor
Methods
process
process
<
T
>
(
id
:
string
,
ctx
:
InnerContext
,
name
:
string
,
func
:
()
=>
Promise
<
T
>
,
done
:
(
result
:
Result
<
T
>
)
=>
void
,
verbose
:
boolean
,
span
:
Span
,
)
:
void
Type Parameters
T
Parameters
id
:
string
ctx
:
InnerContext
name
:
string
func
:
()
=>
Promise
<
T
>
done
:
(
result
:
Result
<
T
>
)
=>
void
verbose
:
boolean
span
:
Span
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
process
@resonatehq/sdk
Loading...