Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Отметить детали про suspend -> Swift #13

Open
Alex009 opened this issue Apr 12, 2021 · 0 comments
Open

Отметить детали про suspend -> Swift #13

Alex009 opened this issue Apr 12, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Alex009
Copy link
Member

Alex009 commented Apr 12, 2021

  1. Нужно ставить аннотацию @Throws(Exception::class) чтобы исключение попадало в калбек, а не крешилось
  2. Если возвращаемого типа нет (он Unit) то в калбек данные попадут в виде Result<Unit>?
  3. По умолчанию используется запуск корутины без контекста и скоупа. Из-за этого может происходить неправильная работа на iOS и требуется в suspend функции, которую будет вызывать ios, вызывать сразу withContext(...)
@Alex009 Alex009 added the documentation Improvements or additions to documentation label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant