Alan Somers
fca41d4e73
Test FreeBSD on cirrus-ci.com ( #873 )
2019-02-06 21:19:54 -08:00
Alan Somers
b7f5bc95fe
signal: Actually make unix::bsd public
2018-09-10 11:30:07 -07:00
Alan Somers
bcd42d11d9
signal: Move SIGINFO to a BSD-specific submodule
2018-09-10 11:30:07 -07:00
Alan Somers
8ad66d296f
signal: Add CHANGELOG entry for SIGINFO.
2018-09-10 11:30:07 -07:00
Alan Somers
d9edc26e97
signal: export SIGINFO on supported platforms.
2018-09-10 11:30:07 -07:00
Alan Somers
f0ac62151b
signal: Update tokio dependency
...
tokio::runtime::current_thread was added in 0.1.6
2018-09-10 11:30:06 -07:00
Alan Somers
5d0d2a2e12
Ignore tokio-uds's test_socket_pair on FreeBSD. ( #493 )
...
It requires FreeBSD 12.0 or later. Also, fix a spelling mistake in a
comment.
2018-07-24 14:00:01 -07:00
Alan Somers
3b64fe9363
Lio3 ( #142 )
...
FreeBSD uses a separate kqueue filter type for lio_listio. This change
adds support for that filter type. Full functionality will be provided
by the mio-aio and tokio-file crates.
* Add PollEvented::into_inner
Consumes a PollEvented and returns its inner io object. Useful for io
types that have exclusive ownership of a resource.
See also https://github.com/tokio-rs/tokio-core/commit/9400ffb
2018-02-26 09:39:57 -08:00
Alan Somers
2764fc3de2
bump futures to 0.1.16
...
examples/tinydb.rs uses futures::prelude, which was added in 0.1.16
2017-11-16 22:42:36 -07:00
Alan Somers
363e15f36c
Respond to alexchrichton's comments
...
* Combine the FreeBSD/Dragonfly platform with the other Unix platform
* Remove the Windows platform::aio method
* Update deps
2017-06-07 22:36:32 -06:00
Alan Somers
42f73cb0ec
Revert changes to read_ready and add platform::all()
2017-05-21 11:01:48 -06:00
Alan Somers
81beb44565
POSIX AIO support, try 2
...
Support POSIX AIO, post-01635df . A concrete implementation will be
added by the mio-aio and tokio-file crates
2017-05-21 10:24:08 -06:00
Alan Somers
eb66ff3ad1
Replace more instances of magic numbers
2017-03-06 20:16:12 -07:00
Alan Somers
3b8f1695ff
Define constants to replace magic numbers
2017-03-05 14:38:55 -07:00