— The model behind this can be the current of nodejs
— But this would be useless, or at least, not useful as if the model behind was a full concurrent thread pool
Message permanent page
— I mean, multiqueue approach
— More than one event loop executing js, not just one
— N:m approach, like in golang
— Each language has different implementations of concurrency
— Not all of them use the same models
— Earlang has multiqueue approach, so similar to Hertz (+napajs)
— Other languages for example rely a lot in synchronization primitives
— Others are more like freelock