coroutinesmanager v1.1.1 Release Notes

Release Date: 2019-07-18 // almost 5 years ago
  • ๐Ÿš€ Full API refactor. Major release version
    ๐Ÿ”„ Changed function naming and added much more new functionality to IAsyncTaskManager.kt:

    • doTryCatchAsync
    • doTryCatchFinallyAsync
    • doTryFinallyAsync

    And await function that returns a response value from try... blocks
    Now finally block (CoroutineScope.(Throwable?) -> T) contains error as nullable parameter. If there is some error in coroutine it also passes into finally block too