museun / twitchchat

interface to the irc portion of Twitch's chat
Apache License 2.0
103 stars 23 forks source link

Update async-executor to v1.3.0 #198

Closed ghost closed 3 years ago

ghost commented 3 years ago

The Executor is now parametrized over a lifetime so you can have a non-static executor, spawn non-static futures on it, and await their non-static outputs.