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

its.ClosedChan can not be its.Matcher[chan T] #36

Closed
youta-t opened this issue Mar 5, 2024 · 0 comments
Closed

its.ClosedChan can not be its.Matcher[chan T] #36

youta-t opened this issue Mar 5, 2024 · 0 comments
Assignees
Milestone

Comments

@youta-t
Copy link
Owner

youta-t commented Mar 5, 2024

ClosedChan[T] is always Matcher[<-chan T].

However,chan T can be received. It should be tested with ClosedChan.
ClosedChan should be also Matcher[chan T].

@youta-t youta-t added this to the v0.3.0 milestone Mar 5, 2024
@youta-t youta-t self-assigned this Mar 5, 2024
@youta-t youta-t changed the title its.ClosedChan can not check chan T its.ClosedChan can not be its.Matcher[chan T] Mar 5, 2024
youta-t added a commit that referenced this issue Mar 5, 2024
`ClosedChan` is acceptable `chan T` and `<-chan T`
@youta-t youta-t closed this as completed Mar 5, 2024
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