sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

Async Plugin Support #2571

Open half-duplex opened 7 months ago

half-duplex commented 7 months ago

Requested Feature

As a plugin developer I would like it to be easier to take advantage of async features in my plugins.

This also makes things like sopel-http and sopel-github (bottle) less complex to implement.

Problems Solved

Right now I have to use threads and start my own event loop if I want to use async features, which is unnecessary, annoying, and adds additional overhead and fragility.