Commit Graph

12 Commits

Author SHA1 Message Date
Michal Hornický f3ce89f95a Migrate actix-server to std::future
Still not finished, this is more WIP, this is an aggregation of several commits, which
can be found in semtexzv/std-future-server-tmp branch
2019-10-01 15:00:33 +02:00
Nikolay Kim 2955e49d78 add unix domain sockets support 2019-07-18 16:43:42 +06:00
Nikolay Kim ae27b87641 IoStream trait and impls for TcpStream, SslStream and TlsStream 2019-04-16 08:32:12 -07:00
Nikolay Kim 825117fd4c add Deref/DerefMut impls for Io 2019-03-12 13:12:22 -07:00
Nikolay Kim 7033b50fed add Io::set method for overriding param 2019-03-12 12:53:43 -07:00
Nikolay Kim ad50595ece add PartialEq impl for Io 2019-03-11 13:37:30 -07:00
Nikolay Kim 1bf0f1e1a5 add Debug impl for Io; update examples 2019-03-11 12:46:12 -07:00
Nikolay Kim 787255d030 add io parameters 2019-03-11 12:01:55 -07:00
Nikolay Kim d2b96ff877 add ServerConfig to server services 2019-03-09 07:31:22 -08:00
Nikolay Kim a4d4770462 remove server config 2019-03-08 22:38:39 -08:00
Nikolay Kim 0f064c43e9 remove uneeded code 2019-03-08 20:10:47 -08:00
Nikolay Kim 7db29544f9 add ServerConfig param for server service 2019-03-08 19:43:13 -08:00