acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

`acquire_stop` should be `acquire_wait_until_done` #15

Open aliddell opened 1 year ago

aliddell commented 1 year ago

This has come up a few times. "Stop" connotes immediately, where we use "abort" for that meaning and "stop" to mean finish and then stop. There's no ambiguity in "wait until done".