belozierov / SwiftCoroutine

Swift coroutines for iOS, macOS and Linux.
https://belozierov.github.io/SwiftCoroutine
MIT License
836 stars 51 forks source link

Lock free version #12

Closed belozierov closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   98.17%   98.39%   +0.21%     
==========================================
  Files          29       28       -1     
  Lines         714      687      -27     
==========================================
- Hits          701      676      -25     
+ Misses         13       11       -2     
Impacted Files Coverage Δ
Sources/SwiftCoroutine/CoChannel/CoChannel.swift 100.00% <100.00%> (ø)
...ources/SwiftCoroutine/CoFuture/Core/CoFuture.swift 98.18% <100.00%> (-0.07%) :arrow_down:
...oroutineDispatcher/SharedCoroutineDispatcher.swift 91.66% <100.00%> (+1.19%) :arrow_up:
...aredCoroutineDispatcher/SharedCoroutineQueue.swift 98.07% <100.00%> (ø)
...rces/SwiftCoroutine/Helpers/Atomic/AtomicInt.swift 100.00% <100.00%> (ø)
...s/SwiftCoroutine/Helpers/FifoQueue/FifoQueue.swift 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 80ec8f3...7795c14. Read the comment docs.