typelead / eta-hackage

A set of patches to make Hackage compatible with the Eta language.
64 stars 31 forks source link

fix interrupted status in accept() in `network` #110

Closed ouromoros closed 6 years ago

ouromoros commented 6 years ago

Add Thread.interrupted() in the beginning of 'accept()' to clear interrupted status, so ClosedByInterruptException won't be accidentally raised.