Asynchronous XRT (XRT Native API's) =================================== This is simple example which showcases asynchronous programming mechanism through the user-defined queues. **KEY CONCEPTS:** `XRT Native API `__, `Asynchronous Programming `__ **KEYWORDS:** `xrt::queue `__, `enqueue `__, `wait() `__ In this example we showcase asynchronous programming mechanism through the user-defined queues. The ``xrt::queue`` is lightweight, general-purpose queue implementation which is completely separated from core XRT native API data structures. XRT queue implementation needs ``#include `__. COMMAND LINE ARGUMENTS ---------------------- Once the environment has been configured, the application can be executed by :: ./asynchronous_xrt -x