carrier local

Florian Weimer fw at deneb.enyo.de
Thu Apr 2 16:37:23 UTC 2020


* Alen Vrečko:

> I have some thread local byte buffers. But now the threads are virtual and
> it defeats the purpose.

Increased re-use of thread-local data can be one reason to use virtual
threads.

How does your code deal with callbacks which occur while the buffers
are used?  What happens if they are used again by the called code?


More information about the loom-dev mailing list