Skip to content

@sora-soft/framework


@sora-soft/framework / JobExecutor

Type Alias: JobExecutor<T>

ts
type JobExecutor<T> = () => Promise<T>;

Defined in: packages/framework/src/utility/Executor.ts:5

Type Parameters

Type ParameterDefault type
Tunknown

Returns

Promise<T>

基于 WTFPL 许可发布