zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

New Pipeline plugin #171

Closed zorael closed 1 year ago

zorael commented 1 year ago

This rewrites the Pipeline plugin to use non-blocking reads (yay) instead of having a secondary thread block on reading the FIFO pipe.

Resolves issue #170.