jessetane / queue

Asynchronous function queue with adjustable concurrency
MIT License
764 stars 66 forks source link

should stop() be renamed to pause()? #31

Closed TomKaltz closed 7 years ago

TomKaltz commented 7 years ago

Since the queue is only being paused and not cleared, should this method be renamed?

jessetane commented 7 years ago

Open a PR if you'd like, I don't feel super strongly either way.