Initial commit.

The library is able to support simple TCP servers in the current state. The API is still mostly compatible with mainline vibe.d, but the driver systen has been replaced by the eventcore library and sockets/files/timers/... are now structs with automatic reference counting instead of GC collected classes. The stream interfaces have been removed for now.
This commit is contained in:
Sönke Ludwig 2016-03-01 20:30:42 +01:00
commit 7e2d1dd038
22 changed files with 9977 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.dub