Await async

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

This page was edited 13 days ago on 05/21/2024. What links here

21 May 2024

  • curprev 07:3107:31, 21 May 2024Hans Karlsen talk contribs 529 bytes −18 No edit summary Tag: Visual edit
  • curprev 07:3007:30, 21 May 2024Hans Karlsen talk contribs 547 bytes +547 Created page with "In c# you have the async await pattern sections your code on compiler level and chuncks it up in the dispatcher queue in order to avoid user input blocking/freezing. Depending on what you want to do: * Just adapt to an existing api that uses async?: Call it as a normal function and append with GetResult() * Avoid UI blocking in Turnkey? In Turnkey this does not apply since UI interaction is in browser * Avoid UI blocking in MDriven generic code? /wiki.mdriven.net/Tra..." Tag: Visual edit