about summary refs log tree commit diff
path: root/src/libregex/testdata/basic.dat
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-22 18:38:59 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-24 16:24:09 -0700
commit6328f7c199a1697aaee7e5fe2b397c457e6c311a (patch)
tree21b8afe559302ed90be9dbb725c700513d9cfe7b /src/libregex/testdata/basic.dat
parent67ee480936947aa5b1953b7b6e48a0c7a191501e (diff)
downloadrust-6328f7c199a1697aaee7e5fe2b397c457e6c311a.tar.gz
rust-6328f7c199a1697aaee7e5fe2b397c457e6c311a.zip
std: Add timeouts to unix connect/accept
This adds support for connecting to a unix socket with a timeout (a named pipe
on windows), and accepting a connection with a timeout. The goal is to bring
unix pipes/named sockets back in line with TCP support for timeouts.

Similarly to the TCP sockets, all methods are marked #[experimental] due to
uncertainty about the type of the timeout argument.

This internally involved a good bit of refactoring to share as much code as
possible between TCP servers and pipe servers, but the core implementation did
not change drastically as part of this commit.

cc #13523
Diffstat (limited to 'src/libregex/testdata/basic.dat')
0 files changed, 0 insertions, 0 deletions