Gryphon icon indicating copy to clipboard operation
Gryphon copied to clipboard

Gryphon is a API client kit written in Swift.

Results 1 Gryphon issues
Sort by recently updated
recently updated
newest added

[This line](https://github.com/rinov/Gryphon/blob/swift3/Gryphon/Task.swift#L69) is captured `self`. But using `[weak self]` in this line might be always nil because Task is not hold in any object. So this library needs Task Manager...