I'm working on a simple server written in d. I use a SocketSet to check requests from clients. I have to send back response and close connection. Is there a method to check if socket sent data or not with an async socket (so i can close it)?