You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if Janet doesn't explicitly allow cancellation of threads, other C functions may call pthread_cancel on threads. We should investigate making sure the interpreter integrates with pthead cancellation points such that there isn't any (or minimal) chance of corruption on thread cancellation.
The text was updated successfully, but these errors were encountered:
Even if Janet doesn't explicitly allow cancellation of threads, other C functions may call pthread_cancel on threads. We should investigate making sure the interpreter integrates with pthead cancellation points such that there isn't any (or minimal) chance of corruption on thread cancellation.
The text was updated successfully, but these errors were encountered: