The sideways stack trace

added by Paul Wheeler
12/30/2014 2:13:17 PM

221 Views

A common pattern in asynchronous programming is the callback pattern. Libraries such as async make use of that pattern to build asynchronous versions of common control flow structures. One unfortunate possible consequence of this is strange stack traces.


0 comments