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
Lincheck provides great support for suspend operations in Kotlin. However, it does not support blocking data structures that park native threads. We can track park invocations and handle InterruptedException-s to add this support. Yet, it would require non-trivial changes in the verification phase.
Lincheck provides great support for
suspend
operations in Kotlin. However, it does not support blocking data structures that park native threads. We can trackpark
invocations and handleInterruptedException
-s to add this support. Yet, it would require non-trivial changes in the verification phase.The text was updated successfully, but these errors were encountered: