metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Remove redundant reassignments #425

Closed belochub closed 5 years ago

belochub commented 5 years ago

@SemenchenkoVitaliy, it was never optional, and I don't think it is related to this PR, we can fix the comments in a separate PR.

SemenchenkoVitaliy commented 5 years ago

@belochub, yeah, looking again at those functions I see that there is no sense in calling them without done :laughing: . And though I'd like to update documentation here this is indeed an issue for a separate PR.