Hey all,

With Go 1.9's use of the poller for file I/O, I'd like to use f.Close() to
make another goroutine exit if it's blocked on a read or write. Is that
safe in Go 1.9? (Currently I'm using a kqueue to safely handle such
teardown.)

Thanks!
David

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to