Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Asynchronous'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
ASYNCHRONOUS
[ TDx_Draw_Library ]
[ next: Attached ]
[ prev: Artifact ]
When a method or process is asynchronous it means that the action will be attempted immediately regardless of the current state of the resource being utilized. If the requested action cannot be completed straight away, an error, usually indicating the resource was busy, will generally be
returned.
|
|