panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2k stars 307 forks source link

[feature] 能否在HttpStack的getResponse()方法中增加suspend关键字 #167

Closed RavenLiao closed 1 year ago

RavenLiao commented 1 year ago

看了源码发现getResponse()实际上也是在协程中执行,增加suspend应该没有大的影响。 而对于某些http框架如:Ktor,其不支持使用同步方式进行请求。所以希望为getResponse()增加suspend,扩展性会更好一些。

panpf commented 1 year ago

下个版本可以加上

panpf commented 1 year ago

新版本加了 suspend 关键字了,可以试试了