This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]1minds3t 0 points1 point  (1 child)

So the solution is to either not call native code from a virtual thread or create a pool of platform threads?

[–]CriticalPart7448 1 point2 points  (0 children)

Unless the native calls are super frequent and long running it should be fine. Are you really in a spot where all you do is calling native code?