- 13 Dec, 2018 4 commits
-
-
Sebastian Dröge authored
The IO Context has to be alive longer than the other parts of the state. Otherwise a deadlock can happen between shutting down the IO context (thread join while the state lock is held) and stuff happening on the IO context (which might take the state lock).
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It's called automatically for us already.
-
- 09 Dec, 2018 1 commit
-
-
François Laignel authored
-
- 06 Dec, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 04 Dec, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 03 Dec, 2018 1 commit
-
-
Sebastian Dröge authored
So put it into an unsafe block.
-
- 30 Nov, 2018 4 commits
-
-
Sebastian Dröge authored
Otherwise both would be closing the same socket, which a) breaks the second user of the socket if any and b) could on the second close cause a completely unrelated socket to be closed. Windows part of the code is untested.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 29 Nov, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 26 Nov, 2018 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 19 Nov, 2018 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 13 Nov, 2018 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 05 Nov, 2018 17 commits
-
-
Sebastian Dröge authored
After a `cargo clean` the shared library is not yet present if the test is started with `cargo test`.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And switch to the new built-in spawning support of CurrentThread
-
Dongjun Lee authored
-
Dongjun Lee authored
-
Dongjun Lee authored
-
Dongjun Lee authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And share more code between unicast/multicast socket creation
-
Sebastian Dröge authored
-