Asynchronous code is basically smarter use of sema...
# spring
r
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)