aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/CoroutineScope.kt
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in GlobalScope docsRoman Elizarov2021-04-271-1/+1
* Mark GlobalScope as delicate API and rewrite coroutine basics doc without it ...Roman Elizarov2021-04-201-13/+83
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Fixed CoroutinesScope.ensureActive docs (#2242)Roman Elizarov2020-09-111-1/+3
* Flow cancellation (#2028)Vsevolod Tolstopyatov2020-05-181-0/+16
* Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withCont...Vsevolod Tolstopyatov2020-05-151-2/+8
* Update CoroutineScope docs (#1882)Roman Elizarov2020-04-061-13/+25
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Typo in CoroutineScope's javadocOleg Andreych2019-10-061-1/+1
* Minor documentation improvementsVsevolod Tolstopyatov2019-09-101-15/+12
* Cancel extensions for CoroutineScope and JobVsevolod Tolstopyatov2019-07-181-0/+7
* Fix more typos; reword some phrases; add "job:" to textual output in … (#1154)Yanis Batura2019-05-061-2/+2
* Fix typos and improve article usage in docsYanis Batura2019-04-271-4/+4
* Fix more typosInego2019-04-211-12/+12
* Merge branch 'cancel-exception' into developVsevolod Tolstopyatov2019-03-131-4/+6
|\
| * Hide cancel(Throwable), introduce cancel(CancellationException)Roman Elizarov2019-03-011-4/+6
* | Improve CoroutineScope documentation: mention job convention, get rid of late...Vsevolod Tolstopyatov2019-03-061-22/+18
* | Add ensureActive extensionVsevolod Tolstopyatov2019-03-011-0/+16
|/
* Promote MainScope and CoroutineScope.cancel to stable APIVsevolod Tolstopyatov2019-03-011-7/+2
* Replace UI with Dispatchers.Main in CoroutineScope documentationVsevolod Tolstopyatov2019-02-271-12/+11
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+211