Join Slack
Powered by
Asynchronous code is basically smarter use of sema...
# spring
r
Roy Nard
12/09/2019, 2:49 PM
Asynchronous code is basically smarter use of semantics-to-compiled code as I see it. Without the need for spawning new threads, we basically achieve the same thing when coming to I/O. (but without the weight of threads)
Open in Slack
Previous
Next