aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Expand)AuthorAgeFilesLines
* Fixed site publication in build scriptRoman Elizarov2019-09-041-2/+2
* Use https in documentation and buildsRoman Elizarov2019-02-221-1/+1
* Updated webpack version for JS examplesRoman Elizarov2019-02-132-7/+8
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-2831-1350/+2
* EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#...Roman Elizarov2018-12-214-56/+29
* Dokka links fixedVsevolod Tolstopyatov2018-12-181-0/+3
* Merge pull request #876 from Kotlin/debug-agentVsevolod Tolstopyatov2018-12-131-0/+10
|\
| * Debug agent to track alive coroutinesVsevolod Tolstopyatov2018-12-101-0/+10
* | Merge branch 'develop' into stacktrace-recoveryVsevolod Tolstopyatov2018-12-111-0/+11
|\ \
| * | Fix: default dispatcher doesn't work with jsdomanton.sukhonosenko2018-11-271-0/+11
* | | Make StackTraceElement internalVsevolod Tolstopyatov2018-12-111-2/+3
| |/ |/|
* | Scoped builders and exception stacktraces synergyVsevolod Tolstopyatov2018-12-051-0/+0
* | Basic exception stacktrace recovery mechanismVsevolod Tolstopyatov2018-11-191-0/+21
|/
* SchedulerTaskContext.afterTask() extension functionRoman Elizarov2018-11-021-1/+1
* SchedulerTask is now an abstract class with optimizations for jvmRoman Elizarov2018-11-021-4/+1
* Scheduler: capture TaskContext for afterTask before running itRoman Elizarov2018-10-311-1/+6
* Avoid allocation of CoroutineScheduler task objectRoman Elizarov2018-10-311-0/+14
* Get rid of TestException copy-pasteVsevolod Tolstopyatov2018-10-251-3/+1
* Merge branch 'context-elements-opto' into release-candidateVsevolod Tolstopyatov2018-10-182-1/+10
|\
| * Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to ...Vsevolod Tolstopyatov2018-10-162-1/+10
* | Rework Dispatchers.Unconfined to use thread-local event loopVsevolod Tolstopyatov2018-10-181-0/+10
|/
* Suppress docs for native CompletionHandlerExceptionRoman Elizarov2018-10-151-1/+3
* Removed doc suppress from Runnable interfaceRoman Elizarov2018-10-151-1/+0
* Replace internal annotations with ones from 1.3 stdlibVsevolod Tolstopyatov2018-10-141-22/+0
* Dokka fixesVsevolod Tolstopyatov2018-10-132-0/+2
* Make some internal API public, but deprecated as error, exposing internal sup...Vsevolod Tolstopyatov2018-10-111-1/+3
* Experimental annotation revisit:Vsevolod Tolstopyatov2018-10-092-8/+0
* Make all API internal where it is possibleVsevolod Tolstopyatov2018-10-092-4/+4
* Remove deprecated APIVsevolod Tolstopyatov2018-10-086-104/+3
* Migrate to Kotlin 1.3 coroutines, drop experimental from packageRoman Elizarov2018-10-0825-90/+99
* Lazily load Dispatchers.Main and provide a stub impl on failureRoman Elizarov2018-10-081-1/+1
* Move UI dispatcher to common Dispatchers.Main (#641)Vsevolod Tolstopyatov2018-10-011-0/+30
* Merge branch 'develop' into handle-exception-fixRoman Elizarov2018-09-254-16/+27
|\
| * Following internal API is removed from public declarations:Vsevolod Tolstopyatov2018-09-251-1/+1
| * API Review for 1.0 releaseRoman Elizarov2018-09-253-15/+26
* | Job machinery improvements:Vsevolod Tolstopyatov2018-09-241-0/+2
* | Removed "cancel parent" from TestBase exception handlersRoman Elizarov2018-09-231-1/+0
|/
* Structured concurrency in tests (removed explicit coroutineContext)Roman Elizarov2018-09-161-4/+3
* Updated dispatchers references in readmes and docsRoman Elizarov2018-09-111-4/+5
* Dispatchers are renamed and grouped in the Dispatchers objectRoman Elizarov2018-09-113-11/+22
* Structured concurrency for guava, jdk8 and promise modules, proper reference ...Roman Elizarov2018-09-114-25/+49
* Coroutines guide and IU guide update for stuctured concurrencyRoman Elizarov2018-09-113-15/+10
* Custom synchronized stub in common code for JVM/JS/NativeRoman Elizarov2018-09-051-0/+12
* AtomicFu version 0.11.4: Back to default FU variant and JS transformRoman Elizarov2018-09-041-3/+0
* Introduce ThreadContextElement API to integrate with thread-local sensitive codeRoman Elizarov2018-08-231-4/+12
* Merge branch 'develop' into job-exceptionsRoman Elizarov2018-08-221-1/+1
|\
| * Moved internalAnnotations to "plain" internal package and placed into proper ...Roman Elizarov2018-08-101-1/+1
* | Exception handling update:Vsevolod Tolstopyatov2018-08-101-0/+3
|/
* Documentation for Kotlin/Native supportRoman Elizarov2018-07-252-7/+8
* Kotlin/Native supportVsevolod Tolstopyatov2018-07-251-1/+1