It would be really beneficial to have an option for asynchronous requests. I'm building a wpf application and on start-up I need to fetch categories and media items to fill the comboboxes with such information which delays the start-up by a number of seconds. Sure, Task is always an option, but it would be neat to have it built-in in the library to keep the code tidy.
It would be really beneficial to have an option for asynchronous requests. I'm building a wpf application and on start-up I need to fetch categories and media items to fill the comboboxes with such information which delays the start-up by a number of seconds. Sure, Task is always an option, but it would be neat to have it built-in in the library to keep the code tidy.