Are js and C-sharp using the async/await method for the opposite purpose?

node has its own asynchronous feature. Does async/await execute code in a Synchronize way?
while C-sharp comes with Synchronize feature, is async/await designed to execute code asynchronously?
is this understood correctly?

Aug.01,2021

actually has the same purpose. C-sharp async await simplifies multithreaded programming.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37361-2c06b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37361-2c06b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?