python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CUDA: Why memory transfers greater than 64KB are blocking calls?
I'm a CUDA learning student and I'm trying to understand how memory transfers work.
I read on Internet that memory transfers greater than 64KB are treated as blocking calls, while memory transfers und...
carpeug
Votes: 0
Answers: 1
Spring Boot webflux - offload requests to a different threadpool
I'm using webflux with netty reactor.
The framework allows registering a regular blocking method (e.g that returns a string or some POJO) in a @RestController class.
The issue with that is the request...
O. Gur
Votes: 0
Answers: 0
suspend IO function never return
I have difficulties writing an UDP message receive loop for Android.
In the following code, in receiveLoop, the call to receiveMessages never returns and I therefore never enter the message treatment ...
Rtbo
Votes: 0
Answers: 1