Closed ArielDemarco closed 4 weeks ago
Added DispatchableQueue protocol to abstract DispatchQueue and make it easy to mock. In that way, everything runs sync and doesn't depends on the actual behavior of DispatchQueues.
DispatchableQueue
DispatchQueue
Overview
Added
DispatchableQueue
protocol to abstractDispatchQueue
and make it easy to mock. In that way, everything runs sync and doesn't depends on the actual behavior ofDispatchQueue
s.