Add vibe.d 0.7.x compatible stream definitions.

In contrast to 0.7.x, streams can now be either of class, struct or interface type.
This commit is contained in:
Sönke Ludwig 2016-10-26 13:11:28 +02:00
parent 77d70de805
commit 0ee42c4243
4 changed files with 355 additions and 16 deletions

View file

@ -502,6 +502,8 @@ mixin(tracer);
}
}
mixin validateConnectionStream!TCPConnection;
/**
Represents a listening TCP socket.