Thomasdezeeuw / gaea

Low-level library to build event driven applications, supporting lightweight non-blocking I/O.
https://docs.rs/gaea/
MIT License
16 stars 0 forks source link

Review unsafe code #49

Open Thomasdezeeuw opened 5 years ago

Thomasdezeeuw commented 5 years ago

Some of the use of unsafe code is incorrect I think. For example the use of mem::uninitialized should be replaced with mem::MaybeUninit (currently unstable).

Thomasdezeeuw commented 5 years ago

Have a pr #71, but it requires nightly.