Welcome! Please see the About page for a little more info on how this works.
After running into a race-condition involving closed timeout channels, it seems like it would be appropriate to mention that close! should never be called on a timeout channel in its docstring. The attached patch tweaks the doc string to that effect. Please advise if you'd like the wording changed a bit.
close!
Comment made by: alexmiller
Yeah, I think it would be better to fix this than doc it.
Comment made by: hlewisship
Alternately/additionally, it would be nice if close! on a timeout channel would throw an exception.
Comment made by: slipset
or alternately, make it a no-op?