Now we can pass only `Action` into the `DispatchQueue.DispatchSync` methods. But we can do it with the native API: https://developer.apple.com/documentation/dispatch/dispatchqueue/2016081-sync. Could we add methods with overloading `Func<T>`?
Now we can pass only
Actioninto theDispatchQueue.DispatchSyncmethods. But we can do it with the native API: https://developer.apple.com/documentation/dispatch/dispatchqueue/2016081-sync.Could we add methods with overloading
Func<T>?