Lines Matching full:asynchronous
1372 callback and user data arguments for the asynchronous (non-blocking)
1373 function. The callback in the asynchronous function passes the
1519 asynchronous function, which doesn't return a response straight
1525 When a method is asynchronous, the function prototype is
1842 do more complex things such as use a GUI or make asynchronous calls you will need a mainloop. You would use
1843 asynchronous calls because in GUI applications it is very bad to block for any long period of time. This cause