Async (keyword)
From RemObjects Software
This is a Oxygene Language Feature topic
Feel free to add your notes to this topic below.
The async keyword can be applied to a method to indicate that the method will be executed asynchronously in a worker thread.
method ExecuteIt(Command, Parameters: string); async;
When calling an async method, the call immediately returns.
Async methods may not return a value or expect var or out parameters.
Applies to
See Also
Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0
Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)
Glossary — Keywords — Language Features — Platform Features — Samples — Articles — How To — Issues
