noppoMan / Suv

A libuv based cross platform asyncronous I/O, networking library in Swift. Linux Ready
MIT License
13 stars 0 forks source link

Extract listen method from Stream, TCP and Pipe #3

Closed noppoMan closed 8 years ago

noppoMan commented 8 years ago

Stream, TCP, Pipe shouldn't care of listening server. Make Server class and migrate their listen into it.