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

coroutineContext on CoroutineScope.writer and friends should be optional #18

Closed
rocketraman opened this issue Nov 3, 2018 · 1 comment

Comments

@rocketraman
Copy link

The CoroutineScope.writer function, and related friends, operate within the receiver CoroutineScope. Yet, these functions also take a non-optional coroutineContext parameter. The coroutineContext should default to the context provided by the receiver scope.

@cy6erGn0m
Copy link
Contributor

Fixed in 0.1.0

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

2 participants