|
|
|
|
|
by srtjstjsj
3265 days ago
|
|
> There's a big difference between calling a function that does something and returns a result, and calling a function that does nothing until you've gone back to the main loop to handle network input. the difference is latency, so of course you put extreme low-latency operations inside the same service. |
|