I am really looking forward personally to “defer” being standardized.
I am really looking forward personally to “defer” being standardized.
One day I'll have to get used to this stuff. It's very different from Systems Engineering.
One day I'll have to get used to this stuff. It's very different from Systems Engineering.
I seem to remember years ago “jstack()” in dtrace showed the js call stack, but it seems this does not work anymore (or I did not yet find a way).
I seem to remember years ago “jstack()” in dtrace showed the js call stack, but it seems this does not work anymore (or I did not yet find a way).
But I kept thinking: if the bulk of the work for the compiler is asynchronous functions, and the expected traffic is small, would it be worth it to try a rust http server that uses a thread-per-process model, meaning no async?
But I kept thinking: if the bulk of the work for the compiler is asynchronous functions, and the expected traffic is small, would it be worth it to try a rust http server that uses a thread-per-process model, meaning no async?