A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Which blazor technology are you using on MacOs? And what UI thread are you taking about?
The actual UI thread in blazor is the WebView/Browser JavaScript engine that updates the dom. The UI thread only supports async calls to the Blazor engine.
The WASM Blazor host does not currently support threads because WASM does not have thread support. As this is a browser limitation it is true for both windows and macOs