May 22, 2024
Can I use Multithreading for an Async operation? Like sending something back to the client as an acknowledgment and then continue to process the request.
Can I use Multithreading for an Async operation? Like sending something back to the client as an acknowledgment and then continue to process the request.