Missed `DispatchQueue.DispatchSync<T>(Func<T> func)` method
Open
copilot-candidate
enhancement
iOS
macOS
missing-api-bindings
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 123
Description
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`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.