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:
parent
77d70de805
commit
0ee42c4243
4 changed files with 355 additions and 16 deletions
|
@ -502,6 +502,8 @@ mixin(tracer);
|
|||
}
|
||||
}
|
||||
|
||||
mixin validateConnectionStream!TCPConnection;
|
||||
|
||||
|
||||
/**
|
||||
Represents a listening TCP socket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue