vs-threading icon indicating copy to clipboard operation
vs-threading copied to clipboard

Implements OnMainThreadBlocked.

Open lifengl opened this issue 1 year ago • 0 comments

This PR is to address #1273.

It is to allow other feature to detect whether a blocking waiting task is actually blocking the main thread. It could allow code to detect certain deadlocks (for example, blocking to wait solution loading completion but the current task is blocking the solution to load.) Or it could raise the priority of the current task in a throttling queue (like design time build queue etc).

lifengl avatar Feb 05 '24 02:02 lifengl