diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-04 23:03:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 23:03:50 -0500 |
commit | d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc (patch) | |
tree | b1fcd17ad4782ef1cb5cd3aba8539669fc2aac3c /docs | |
parent | ab349293e52d77f6fc4b44446e19dc80aa8e789f (diff) | |
download | kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.tar.gz kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.tar.bz2 kau-d61ff7cb4f43d71d2170cdd25ceab2e3edcb81fc.zip |
Coroutine tests (#185)
* Add some coroutine tests for implicit cancellation
* Create util test and new helper methods
* Remove coroutinescope extension from withcontext
* Update dependencies
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e6d51d2..7291753 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * :core: Add default CoroutineScope implementation to KauBaseActivity * :core: Remove zip class. Coroutines and join can be used as an alternative * :core: Delete flyweight implementation. Kotlin already has getOrPut +* :core: Introduce ContextHelper, where you can get the default looper, handler, and dispatcher for Android * :mediapicker: Use video preloading instead of full async loading ## v4.0.0-alpha01 |