Skip to content

Fire and Forget

Latest
Compare
Choose a tag to compare
@Kyle2142 Kyle2142 released this 23 Sep 21:57
· 1 commit to master since this release

Very simple fire and forget. All you need to do is replace
$bot->api->method(['params' => 'foo']);
with
$bot->fireAndForget('method', ['params' => 'foo']);
to benefit from potential speedups