commit a3d7b777d04c44d53419a197d2466bf5c3572fe9 parent adcfc73294d4ce8c5c002e32f0241a3f75cc6cf8 Author: MS <ms@taler.net> Date: Tue, 29 Nov 2022 09:24:41 +0100 terminology Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt @@ -91,7 +91,7 @@ object NexusCron { } } /** - * Fails whenever a unmanaged Throwable reaches the root thread. + * Fails whenever a unmanaged Throwable reaches the root coroutine. */ val fallback = CoroutineExceptionHandler { _, err -> logger.error(err.stackTraceToString())