#atomic #parallel #thread #async

no-std utils-atomics

Various atomic utils

13 releases (4 breaking)

0.5.0 Feb 1, 2023
0.4.5 Jan 30, 2023
0.4.1 Dec 22, 2022
0.3.0 Dec 11, 2022
0.1.0 Aug 3, 2022

#185 in Concurrency

Download history 23/week @ 2022-12-05 43/week @ 2022-12-12 26/week @ 2022-12-19 3/week @ 2022-12-26 4/week @ 2023-01-02 9/week @ 2023-01-09 2/week @ 2023-01-16 44/week @ 2023-01-23 129/week @ 2023-01-30 28/week @ 2023-02-06 31/week @ 2023-02-13 73/week @ 2023-02-20 1/week @ 2023-02-27 4/week @ 2023-03-06 5/week @ 2023-03-13

85 downloads per month
Used in blaze-rs

MIT license

63KB
1K SLoC

Atomic Utils

Simple crate with various miscelaneous atomic-related utils

Features

Name Description Enables Default
std Enables libstd functionality alloc Yes
alloc Enables liballoc functionality Yes (via std)
alloc_api Enables allocator_api functionality alloc & nightly No
futures Enables async/await functionality No
const Enables constant trait implementations No
nightly Enables the use of nightly features Yes

Dependencies

~1–1.8MB
~37K SLoC