audit

audit

  • Planifikazioa - Kontrola - Kontu-ikuskapena
  • es auditoría
  • eu auditoria
  • fr audit

audit

  • ca auditoria f
  • de Audit n
  • es auditoría f
  • eu kontu-ikuskapen
  • fr audit m
  • gl auditoría f
  • it auditing m
  • pt auditoria f

SARRERA DESBERDINA:

Async/await

In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function. It is semantically related to the concept of a coroutine and is often implemented using similar techniques, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures. The feature is found in C#,[1]: 10  C++, Python, F#, Hack, Julia, Dart, Kotlin, Rust,[2] Nim,[3] JavaScript, Swift[4] and Zig.[5]

Wikipediako bilaketara joan