mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 227 forks source link

.ready(fn) utility to run code whenever engine is ready #115

Closed Ivshti closed 9 years ago

Ivshti commented 9 years ago

Instead of always checking if .torrent is there and if not listening to the ready event, make things much easier with this utility function.

mafintosh commented 9 years ago

Out in 0.19.0 along with your peer-wire-swarm PRs