On Mon Jan 9 10:57:16 2023 +0000, Jinoh Kang wrote:
In that case, we'll either need to duplicate the check, or create the thread from StartAsync instead and use asyncaction just for returning status.
Yes, I think that for now you probably don't need these operations to actually be asynchronous, and starting / joining the thread synchronously will save you some trouble.