Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9230873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:55:32+00:00 2026-06-18T05:55:32+00:00

The scenario I try to resolve is a s follows, I have a testing

  • 0

The scenario I try to resolve is a s follows, I have a testing program that makes a web to a web endpoint on a system.

This test program has a jetty web server running on which it expects a callback from the external system that completes a successful test cycle. In case that the callback is not received during an specific time range (timeout), the test fails.

To achieve this, I want the test runner to wait on an “event” that the jetty handler will set upon callback.

I thought about using java’s CyclicBarrier but I wonder if there is an idiomatic way in clojure to solve this.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:55:33+00:00Added an answer on June 18, 2026 at 5:55 am

    You can use promise you asked about recently 🙂 Something like this:

    (def completion (promise))
    
    ; In test runner.
    ; Wait 5 seconds then fail.
    (let [result (deref completion 5000 :fail)]
       (if (= result :success) 
         (println "Great!") 
         (println "Failed :(")))
    
    ; In jetty on callback
    (deliver completion :success)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a scenario that when I try to access a hash key using
I have the following scenario in a Java program: ... try // 1 PreparedStatement
I have a fairly complex scenario that I try to port to Windows 8
Okay, this scenario is a little complicated, but I will try to explain it
Let me try to explain the scenario. I have two tables A (Columns -
I'll try to explain with a scenario: a website. Assume that you need a
This is the scenario: I have 2 classes mapped with hibernate: "Foo" and "EnhancedFoo"
Let me try and explain the scenario: I have a form with multiple items
Let me try to set the scenario here first. This is done using ASP.NET
The scenario...I have a list of dynamic hyperlink controls on an ajax panel that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.