Timeline for Combining synchronous and asynchronous commands when using the command pattern
Current License: CC BY-SA 4.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 17, 2020 at 18:43 | vote | accept | Lucas | ||
| Nov 17, 2020 at 10:45 | answer | added | Flater | timeline score: 0 | |
| Nov 17, 2020 at 9:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 18, 2020 at 6:00 | comment | added | Doc Brown | I took the freedom and tried to improve the title, please double check if it is ok for your. | |
| Oct 18, 2020 at 5:58 | history | edited | Doc Brown | CC BY-SA 4.0 |
Title changed to make it a better fit
|
| Oct 18, 2020 at 5:55 | answer | added | Doc Brown | timeline score: 0 | |
| Oct 18, 2020 at 5:12 | history | edited | Doc Brown | CC BY-SA 4.0 |
Is it really do hard to use the "edit" button and clean up your mess by yourself?
|
| Oct 17, 2020 at 0:49 | comment | added | Lucas | An async method will somewhere inside the method 'wait' for something. While it's waiting it gives control to the CPU. A synchronous method never waits for anything so it shouldn't be async. I don't know if there's something I'm missing. | |
| Oct 17, 2020 at 0:43 | comment | added | Telastyn | @Myntekt - that isn’t what the async keyword does in C#. | |
| Oct 17, 2020 at 0:20 | comment | added | Lucas | I meant 3, sorry. How would I do that @Telastyn? The point is that synchronous commands have to be fully executed before another command begins. | |
| Oct 17, 2020 at 0:07 | comment | added | Erik Eidt | "Let's say I'm building a simple console app which has four commands:" -- What's the fourth command? | |
| Oct 16, 2020 at 23:42 | comment | added | Telastyn | Why are 1 and 3 not asynchronous in a “this may yield control back to the CPU” way? | |
| Oct 16, 2020 at 22:42 | review | First posts | |||
| Oct 30, 2020 at 22:40 | |||||
| Oct 16, 2020 at 22:39 | history | asked | Lucas | CC BY-SA 4.0 |