Skip to content

Commit

Permalink
examble
Browse files Browse the repository at this point in the history
  • Loading branch information
shihuili1218 committed Jan 27, 2024
1 parent 4927a44 commit 9920166
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public static void main(final String[] args) throws Exception {
for (int i = 0; i < 50; i++) {
int finalI = i;
ThreadExecutor.execute(() -> {
LOG.info("---------{}---------, begin", finalI);
Serializable hello3 = null;
try {
hello3 = klein.get("hello3");
Expand All @@ -75,7 +74,6 @@ public static void main(final String[] args) throws Exception {
}
});
}
Thread.sleep(5000L);

LOG.info("----------exist hello3: " + klein.exist("hello3"));
LOG.info("----------exist hello4: " + klein.exist("hello4"));
Expand Down

0 comments on commit 9920166

Please sign in to comment.