dispatchrun / timecraft

The WebAssembly Time Machine
https://docs.timecraft.dev
GNU Affero General Public License v3.0
329 stars 7 forks source link

ocifs: don't use atomic operations #215

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

In #212 @chriso suggested we don't use atomics for synchronization, this PR modifies the ocifs package to remove the use of atomics as well.