projects/pl-core-utils-library/src/lib/service/pl-worker.service.ts
Methods |
| Public run | ||||||||||||||||||||||||||||||
run(workerFunction: (input: any) => void, nameThred: string, initProcess: (undefined) => void, data?: any, singolInstance: boolean)
|
||||||||||||||||||||||||||||||
Type parameters :
|
||||||||||||||||||||||||||||||
|
Parameters :
Returns :
Promise<T>
|
| Public runUrl |
runUrl(url: string, data?: any)
|
|
Returns :
Promise<any>
|