belliottsmith commented on code in PR #184:
URL: https://github.com/apache/cassandra-accord/pull/184#discussion_r2039467186


##########
accord-core/src/main/java/accord/utils/async/AsyncChains.java:
##########
@@ -178,6 +222,54 @@ public void accept(V v, Throwable throwable)
             // we implement here just to simplify logic a little
             throw new UnsupportedOperationException();
         }
+
+        /**
+         * A method to be called upon Head construction to wrap it into a 
specialized Debug object that will
+         * preserve the call site  for async chain debugging.
+         */
+        public Head<V> maybeWrapDebug()

Review Comment:
   does this need to be public? could it be private static?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to