Searched defs:asyncWork (Results 1 – 6 of 6) sorted by relevance
16 export const asyncWork: (data: number) => Promise<number>; constant
16 export const asyncWork: (arg1: number, arg2: number, callback: (result: number) => void) => void; constant
20 napi_async_work asyncWork = nullptr; member
22 napi_async_work asyncWork = nullptr; member
57 napi_async_work asyncWork; member
30 napi_async_work asyncWork; member