| commit | 278b1d211ddbe0136168bc4a7346a0eb67adf1ab | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Wed Nov 20 11:13:28 2024 -0700 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Dec 09 13:52:54 2024 -0700 |
| tree | 6fce3ec2cc943a4c6b955b88d4b8e352356d9735 | |
| parent | 00ce087f83783b31455509401d0b9d3869fcc8be [diff] |
Add call_function_later to DAP This adds a new call_function_later API to DAP. This arranges to run a function after the current request has completed. This isn't used yet, but will be at the end of this series. Reviewed-by: Kévin Le Gouguec <legouguec@adacore.com>