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

Task Chaining #62

Open
lgrahl opened this issue Sep 25, 2016 · 1 comment
Open

Task Chaining #62

lgrahl opened this issue Sep 25, 2016 · 1 comment

Comments

@lgrahl
Copy link
Member

lgrahl commented Sep 25, 2016

It might be a useful feature to be able to chain multiple tasks.

@lgrahl
Copy link
Member Author

lgrahl commented Dec 4, 2016

First use case I have in mind: Define a task called new-key to negotiate a new permanent key. This would improve forward secrecy but may not be suitable for all applications, so it makes sense to move it into a task. Of course, that task alone doesn't make much sense. So, I'd chain new-key -> webrtc (technically, they could also run in parallel... not sure that's a good idea though).

@lgrahl lgrahl added the next-gen label Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant