vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

rename closed to isClosed #107

Closed codetalks-new closed 7 years ago

codetalks-new commented 7 years ago

According to Swift API Design Guidelines,we might use isClosed instead of closed. So I renamed closed to isClosed ,and now the name closed is deprecated.