Import futures-executor 0.3.27 upstream upstream/0.3.27
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 14 Mar 2023 06:24:07 +0000 (15:24 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 14 Mar 2023 06:24:07 +0000 (15:24 +0900)
commitbbf027022e635de0e1da74b8607f07d9b31f482d
tree21e9dda2b1aa19cccda5ec72575f7930cce6a677
Import futures-executor 0.3.27
13 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
benches/thread_notify.rs [new file with mode: 0644]
src/enter.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/local_pool.rs [new file with mode: 0644]
src/thread_pool.rs [new file with mode: 0644]
src/unpark_mutex.rs [new file with mode: 0644]
tests/local_pool.rs [new file with mode: 0644]