AsyncResultT.isTagged

Checks if res has the given source_tag (generally a function pointer indicating the function res was created by). Since 2.34

template AsyncResultT(TStruct)
int
isTagged
(
void* sourceTag
)

Parameters

sourceTag void*

an application-defined tag

Return Value

Type: int

TRUE if res has the indicated source_tag, FALSE if not.

Meta