* 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?