Multithread Demystified

Multithread Demystified @AtilaFassina

Conf42: Multi-Thread Demystified

By Atila

Conf42: Multi-Thread Demystified

JavaScript is not single-threaded anymore. And it has been a while. But we are still leaving all the processing in the same thread that we render things. Let's have a look on how we can do it better. Unblock the main thread forever!!!

  • 808