Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in async-await
Excessive use of async await? [duplicate]
Sep 17, 2026
c#
.net
async-await
roslyn
async void, await, and exceptions - why do exceptions thrown after 'await' from the GUI thread require AsyncVoidMethodBuilder for marshaling?
Sep 17, 2026
exception
asynchronous
c#-5.0
async-await
Why a simple await Task.Delay(1) enables parallel execution?
Sep 16, 2026
c#
asynchronous
async-await
task
React won't batch setState calls inside event handler if there's an await call before or between them
Sep 16, 2026
javascript
reactjs
async-await
react-hooks
setstate
Does for-await-of wait for the current iteration to complete before going to the next?
Sep 16, 2026
javascript
async-await
How to return a Task<T> without await
Sep 16, 2026
c#
async-await
From an async method, is calling a LINQ query's ToList, instead of ToListAsync, a potential deadlock?
Sep 15, 2026
c#
async-await
deadlock
AutoResetEvent.WaitOne() cause deadlock
Sep 16, 2026
c#
.net
multithreading
async-await
uwp
Is there a way to slow down async-await fetch calls inside a for-loop/forEach in order to avoid per-second API quotas?
Sep 16, 2026
javascript
async-await
fetch
Uncaught SyntaxError: missing ) after argument list when using Object.assign await
Sep 15, 2026
object
d3.js
async-await
assign
observablehq
Testing React component with dynamic import (Enzyme/Mocha)
Sep 14, 2026
reactjs
testing
async-await
mocha.js
enzyme
FakeItEasy - Is it possible to test constraints asynchronously (i.e. MatchesAsync)?
Sep 15, 2026
c#
asynchronous
async-await
dotnet-httpclient
fakeiteasy
Why does generic Axum route not compile with inner async call?
Sep 15, 2026
rust
async-await
rust-axum
Error handling using try / catch inside async / await on firebase onCall cloud function
Sep 15, 2026
javascript
firebase
async-await
try-catch
google-cloud-functions
async/await slower than callback
Sep 15, 2026
javascript
callback
async-await
await not working in release build with [email protected]
Sep 14, 2026
react-native
async-await
Is Task.ContinueWith() guaranteed to run?
Sep 13, 2026
c#
async-await
task
What is a proper way to create awaitable function
Sep 13, 2026
c#
asynchronous
task-parallel-library
async-await
Older Entries »