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
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I'm writing a small tool for configuring linux system. which contains some async code. I'm in the middle of refactoring my code and libs to be generic over sync/async-ness as a workaround (with proc macros). I'm not even sure how much formal reasoning can help in this case. It's just an attempt. Verifying a terminally imperative program sounds cool too.
Verus, Prusti, Mirai all don't work with async. I think they work with multi-threading ? Is it theoretically hard, or just lacking implementation ?
The text was updated successfully, but these errors were encountered:
I'm writing a small tool for configuring linux system. which contains some async code. I'm in the middle of refactoring my code and libs to be generic over sync/async-ness as a workaround (with proc macros). I'm not even sure how much formal reasoning can help in this case. It's just an attempt. Verifying a terminally imperative program sounds cool too.
Verus, Prusti, Mirai all don't work with async. I think they work with multi-threading ? Is it theoretically hard, or just lacking implementation ?
The text was updated successfully, but these errors were encountered: