Add
-
Podspec
static_framework
set to true
Add
-
TinkoffConcurrency
TCTaskFactory
a tool to abstract task creation
-
TinkoffConcurrencyTesting
TCTestTaskFactory
a tool to collect created tasks and wait for them to complete. To be used in unit tests.
Add
TCAsyncChannel
a subject-like object which sends data respecting Combine's backpressure.
Add
TCAsyncPublisher
TCAsyncThrowingPublisher
asyncValues
extensions for Publisher
Release date: 02.03.2023
Add
TCCancellable
a general cancellable interfaceTCCancellableClosure
concrete implementation which invokes closure on cancelTCCancellablesStorage
a storage of cancellableswithCheckedThrowingCancellableContinuation