AsyncResult.isTagged

bool isTagged(void * sourceTag = null)

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

Parameters

sourceTagan application-defined tag

Returns

true if res has the indicated source_tag, false if

not.