rust-secure-code / safety-dance

Auditing crates for unsafe code which can be safely replaced
Apache License 2.0
536 stars 10 forks source link

Request for review: async_executors. #64

Closed najamelan closed 4 years ago

najamelan commented 4 years ago

I just released an alpha version of async_executors. It has a single line of unsafe code, and I am looking for people willing to review it.

For a general idea of what the crate does, check the readme.

Thanks in advance.

najamelan commented 4 years ago

One response on the user forum thread: https://users.rust-lang.org/t/request-for-review-of-a-single-line-of-unsafe-code-in-async-executors/38574

najamelan commented 4 years ago

Change of backend API, and now there is no more unsafe in the crate. ;)