runtime icon indicating copy to clipboard operation
runtime copied to clipboard

feat: support non blocking mode in `TeardownAndDestroy` state method

Open Unix4ever opened this issue 8 months ago • 2 comments

This mode is useful in the controllers. They can call this method repeatedly.

Unix4ever avatar May 06 '25 17:05 Unix4ever

actually hold on, I need to fix the controllers interfaces too.

Unix4ever avatar May 06 '25 18:05 Unix4ever

This mode is useful in the controllers. They can call this method repeatedly.

In controllers, we can do another version of this method if we want to which doesn't block. I think the State was good int he sense that it's an easy shortcut if you're okay to block.

smira avatar May 06 '25 18:05 smira

Closing this PR, will first add the helpers for teardown to the Omni repo. Will verify the concept there and then add them to the upstream.

Unix4ever avatar May 07 '25 10:05 Unix4ever