CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.72k stars 151 forks source link

Adds basic locking to ReplaySubject. #72

Closed jasdev closed 3 years ago

jasdev commented 3 years ago

Following @sgl0v’s lead from their related post.

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (669ed05) into main (0540960) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage   96.60%   96.61%           
=======================================
  Files          58       58           
  Lines        3062     3071    +9     
=======================================
+ Hits         2958     2967    +9     
  Misses        104      104           
Impacted Files Coverage Δ
Sources/Subjects/ReplaySubject.swift 85.18% <100.00%> (+2.96%) :arrow_up:

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 0540960...669ed05. Read the comment docs.