Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify callbacks to take a closure #33

Closed
zslayton opened this issue Oct 1, 2014 · 2 comments
Closed

Modify callbacks to take a closure #33

zslayton opened this issue Oct 1, 2014 · 2 comments
Assignees
Milestone

Comments

@zslayton
Copy link
Owner

zslayton commented Oct 1, 2014

The present implementation limits callbacks to being environment-less functions. This makes it inconvenient for library users to perform non-trivial processing on incoming messages.

@zslayton zslayton self-assigned this Oct 1, 2014
@zslayton zslayton added this to the 0.4.0 milestone Oct 1, 2014
@zslayton zslayton changed the title Modify callbacks to take an Fn<Frame> Modify callbacks to take an closure Oct 11, 2014
@zslayton
Copy link
Owner Author

Currently blocked on rust-lang/rust#17545.

@zslayton zslayton changed the title Modify callbacks to take an closure Modify callbacks to take a closure Oct 11, 2014
@zslayton
Copy link
Owner Author

This functionality will hopefully be added by a combination of #46 and #51.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant