From 542162c9afef6e6995df914645b7034e375d267f Mon Sep 17 00:00:00 2001 From: Olle Ekberg Date: Sat, 8 Aug 2020 11:01:34 +0200 Subject: [PATCH 1/2] created a flow based timer --- .idea/codeStyles/Project.xml | 109 +++++++++++ .../common/src/flow/FlowTimer.kt | 177 ++++++++++++++++++ 2 files changed, 286 insertions(+) create mode 100644 kotlinx-coroutines-core/common/src/flow/FlowTimer.kt diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 62fd5c7dfd..de0d8e0ba0 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,6 +5,115 @@