Top "Synchronous" questions

Synchronous means that the caller of a function waits for the response or completion of the function before returning control to the main program

Using resolved promise data synchronously

I'm learning about promises and I absolutely want to make sure I am understanding their use before I continue. I …

javascript asynchronous promise synchronous
Wrapping asynchronous calls into a synchronous blocking thread?

I'm writing an iOS module which currently sends an email asynchronously (using delegates). It uses SKPSMTPMessage which works great. My …

objective-c ios multithreading asynchronous synchronous
Sync version of async method

What's the best way to make a synchronous version of an asynchronous method in Java? Say you have a class …

java asynchronous synchronous
Performance difference between Synchronous HTTP Handler and Asynchronous HTTP Handler

Is there a performance difference between Synchronous HTTP Handler and Asynchronous HTTP Handler? IHttpHandler vs IHttpAsyncHandler Why choose one over …

c# .net asynchronous httphandler synchronous
AngularJS promise in app.run()

I'm working on angularJs and typescript project. I have to make synchronous http call and get some data from server …

javascript angularjs promise synchronous
Define timeouts between steps of jQuery.each() loop

As far as I know, $.each() is a synchronous function, so I think, somehow it has to be possible - …

jquery delay synchronous each delayed-execution
Are all javascript callbacks asynchronous? If not, how do I know which are?

I'm curious as to whether all javascript callbacks are asynchronous, or whether that is the case only in certain situations. …

javascript node.js asynchronous synchronous
How do I load JSON data synchronously with d3.js?

When my site first initializes, it queries a server to get back some data. I can't lay anything out on …

json xmlhttprequest d3.js synchronous
Qt synchronous QNetworkAccessManager get

What's the proper way to do a synchronous QNetworkAccessManager::get ? The qt wiki offers an approach, but states "it is …

qt http-get synchronous qtnetwork
Asynchronous google ads versus Synchronous

I'm using google DFP. If I use synchronous ads from google, my site loads slowly as it needs to load …

javascript asynchronous ads synchronous google-dfp