persistentQuerier

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

version(TwitchSupport && WithTwitchPlugin)
package
void
persistentQuerier

Parameters

responseBucket MutexedAA!(QueryResponse[int])

The 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.responseBucket, caBundleFile);