Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] a3c97df820
Microsoft mandatory file (#5)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-09-28 12:13:48 -07:00
Damon Barry 87a4a9970e
Remove extra indirection from cast (#2)
The cast from `mio::Poll` and `mio::windows::Binding` to local copies (see issue #1 for more details) had a bug--an extra `&`. Somehow it was working in debug, but in release the code panicked with "0xC000001D: Illegal Instruction. occurred".

I replaced transmute with a regular cast (transmute was unnecessary), removed the extra indirection, changed the as_* functions to impls of AsRef, and added tests.
2018-11-16 14:54:26 -08:00
Damon Barry 67c2c78511 v0.1.0 2018-11-12 12:07:42 -08:00
Microsoft Open Source b24a96b1a7 Initial commit 2018-11-12 11:35:38 -08:00
Microsoft Open Source 4a93639140 Initial commit 2018-11-12 11:35:38 -08:00
Microsoft GitHub User 9c4b19e93e
Initial commit 2018-11-12 11:35:35 -08:00