Functions
fn accept(self: *StreamServer) AcceptError!Connection
If this function succeeds, the returned
Connection
is a caller-managed resourc…If this function succeeds, the returned
Connection
is a caller-managed resource.fn deinit(self: *StreamServer) void
Release all resources. The
StreamServer
memory becomesundefined
.fn init(options: Options) StreamServer
After this call succeeds, resources have been acquired and must be released wit…
After this call succeeds, resources have been acquired and must be released with
deinit
.