Module "lib/continuations"
Functions
createContinuation
- createContinuation<T, C>(cookie: string, args: { authUser?: undefined | number; userID?: undefined | string } | undefined, parseContents: (renderer: any) => C, baseObject: T, container?: ContinuationsContainer): (() => Promise<T>) | undefined
-
Type parameters
Parameters
-
cookie: string
-
args: { authUser?: undefined | number; userID?: undefined | string } | undefined
-
parseContents: (renderer: any) => C
-
baseObject: T
-
Returns (() => Promise<T>) | undefined
pickContinuationObject
- pickContinuationObject(continuationContents: any): any
-
Parameters
-
continuationContents: any
Returns any