gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Tue, 29 Nov 2022 09:20:56 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new adcfc732 comment
adcfc732 is described below

commit adcfc73294d4ce8c5c002e32f0241a3f75cc6cf8
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 29 09:20:49 2022 +0100

    comment
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
index 0d968ce7..3ec4a222 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
@@ -91,8 +91,7 @@ object NexusCron {
     }
 }
 /**
- * Here to catch StackOverflowError and exit.  It is not clear however
- * if this handler catches also the 'Error' type.
+ * Fails whenever a unmanaged Throwable reaches the root thread.
  */
 val fallback = CoroutineExceptionHandler { _, err ->
     logger.error(err.stackTraceToString())

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]