Add more information to projects and add some more minor things I found

This commit is contained in:
2025-12-28 22:07:57 +01:00
parent e5016c36fc
commit eaea74f92a
8 changed files with 38 additions and 3 deletions

View File

@@ -3,3 +3,7 @@ A different type of lock for async contexts
## References
- [Paper proposing the idea](https://arxiv.org/abs/2511.09194)
## Considerations
The runtime/continuation interface they are using in the paper is not possible in Rust (AFAIK), so we need some other way to get it to work.
Likely this can only be done by integrating with the runtime directly.