Starting to try out the new 1.4 feature where you can call suspend functions directly from say iOS Swift code. A number of folks have pointed out that lack of ability to do cancellation (along also with way then to tie to lifecycle of consuming code) is serious limitation of this approach. Does anyone know if there's specific plans to address this (or is this just fundamental limitation of this approach and realistically we'll need to continue to use custom wrappers like for example
https://github.com/touchlab/KaMPKit does)?