Skip to content

make callback optional in whilst#642

Closed
jordanj77 wants to merge 1 commit intocaolan:masterfrom
jordanj77:fix_446_whislt_callback
Closed

make callback optional in whilst#642
jordanj77 wants to merge 1 commit intocaolan:masterfrom
jordanj77:fix_446_whislt_callback

Conversation

@jordanj77
Copy link
Copy Markdown

I believe that it's a best practice to make the callback optional.

This technique is used in core node libs (see https://github.com/joyent/node/tree/master/lib) as well as many popular community projects.

Fixes #446

@aearly aearly added the feature label May 21, 2015
@aearly aearly closed this in e37af8d Jun 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

whilst crashes if callback function is not given

2 participants