rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
892 stars 209 forks source link

how to bind a callback function for specific events #231

Closed Young-Flash closed 2 years ago

Young-Flash commented 2 years ago

How can I do if I want to do somethings when download state changes (downloading-> completed, downloading -> stop), to put it another way, how can I get notification when the event I care about occurs ? Thanks for any suggestions

Young-Flash commented 2 years ago

see here