Top "Wait" questions

In programming, 'wait' refers to the act of pausing the execution of a program until a specific condition is met or a given amount of time has passed.

Android - Wait for volley response to return

I need execute a Volley request and wait for the response to parse it and return it, but have no …

java android wait android-volley
make PHP wait until a function completes?

Is there any way to make PHP wait until a function returns before continuing? This is my code: <?php …

php wait thread-sleep
Java : Does wait() release lock from synchronized block

I was under the impression that wait() releases all locks but I found this post which says "Invoking wait inside …

java multithreading concurrency locking wait
Wait until setInterval() is done

I would like to add a small dice rolling effect to my Javascript code. I think a good ways is …

javascript settimeout setinterval wait
wait(null) and wait(&status) C language and Status

What is the difference between wait(null) and wait(&status) in c system programming? And what is the content …

c unix posix wait status
Wait for callback in javascript

I'm trying to create a function that returns a object with information of a callback: var geoloc; var successful = function (…

javascript asynchronous callback wait
Make JavaFX wait and continue with code

Basically I am trying to make a short effect using JavaFX. I have the shape of a heart (added together …

javafx wait thread-sleep
Waiting for a specified duration in Cocoa

Is there a more straightforward way to wait for a specific amount of time in Cocoa than what I have …

objective-c cocoa wait
How can Sikuli be used to wait for a button for a long time, with perhaps some maintenance task in between?

I have a webpage where I am waiting for a button to appear, and when it appears I would like …

automation wait sikuli
How to get PowerShell to wait for Invoke-Item completion?

How do I get PowerShell to wait until the Invoke-Item call has finished? I'm invoking a non-executable item, so I …

powershell invoke wait