Top "Delay" questions

Delay refers to amount of time between two events.

Delay on PIC18F

I'm using a PIC18F14K50 with HiTech ANSI C Compiler and MPLAB v8.43. My PIC code is finally up …

c delay microcontroller pic18 mplab
Call Thread.Sleep from the Task

Is it correct to use Thread.Sleep() inside the task. Or is only a timer (Task.Delay() in .Net 4.5 and …

.net c#-4.0 task-parallel-library delay thread-sleep
AudioTrack lag: obtainBuffer timed out

I'm playing WAVs on my Android phone by loading the file and feeding the bytes into AudioTrack.write() via the …

android audio buffer delay lag
PHP cURL multi_exec delay between requests

If I run a standard cURL_multi_exec function (example below), I get all cURL handles requested at once. I …

php multithreading curl delay curl-multi
Python, parallelization with joblib: Delayed with multiple arguments

I am using something similar to the following to parallelize a for loop over two matrices from joblib import Parallel, …

python parallel-processing delay joblib
Robot.delay(int) versus Thread.sleep(long)

I have a program whose only purpose is to drive a java.awt.Robot in an infinite loop until an …

java multithreading delay sleep awtrobot
How do i set up a DelayQueue's Delay

I'm just starting out coding in java i'm in struggling with setting up a DelayQueue, I wanted to have it …

java queue delay timeunit
Log delay in Amazon S3

I have recently hosted in Amazon S3, and I need the log files to calculate the statistics for the "get", "…

amazon-web-services logging amazon-s3 statistics delay
I want to delay jQuery ajax successful function

I want to let user wait for 2 seconds before the HTML inside the block changes. Can you help me to …

jquery ajax delay replacewith