persistentQuerier

Persistent worker issuing Twitch API queries based on the concurrency messages sent to it.

version(TwitchSupport && WithTwitchPlugin)
package
void
persistentQuerier
(
shared QueryResponse[int] bucket
,
const string caBundleFile
)

Parameters

bucket QueryResponse[int]

The shared associative array to put the results in, response values keyed by a unique numerical ID.

caBundleFile string

Path to a cacert.pem SSL certificate bundle.

Examples

spawn(&persistentQuerier, plugin.bucket, caBundleFile);

Meta