Skip to content

Commit

Permalink
Add SocketSet for socket backend
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Dec 24, 2024
1 parent 527af55 commit c02e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/serverino/daemon.d
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import std.experimental.logger : log, info, warning;
import std.process : ProcessPipes;

import std.format : format;
import std.socket : Socket, UnixAddress, SocketType, AddressFamily, SocketShutdown, TcpSocket, SocketOption, SocketOptionLevel, SocketException;
import std.socket : Socket, SocketSet, UnixAddress, SocketType, AddressFamily, SocketShutdown, TcpSocket, SocketOption, SocketOptionLevel, SocketException;
import std.algorithm : filter;
import std.datetime : SysTime, Clock, seconds;

Expand Down

0 comments on commit c02e052

Please sign in to comment.