Each icon indicating copy to clipboard operation
Each copied to clipboard

Elegant ⏱ interface for Swift apps

Results 4 Each issues
Sort by recently updated
recently updated
newest added

This is a breaking change and will require Each 2 to be released

The PR wants to solve the issue #14, by adding the support for the `EachDisposer`.

enhancement
memory-leak

To workaround the memory leak issue, an another idea could be to implement the famous pattern of `Disposable` and `Disposer` ``` // MARK: - Disposable declaration public protocol Disposable {...

enhancement
memory-leak