Murad Bashirov

Results 3 issues of Murad Bashirov

- [x] Please follow [the troubleshooting guide](https://docs.restructuredtext.net/articles/troubleshooting.html) to locate the culprit. **Environment** Extension version: v129.0.0 Visual Studio Code version: 1.51 Operating System version: Windows 10 pro Python version: 3.8 sphinx...

area:preview

I found this little website which has a lot of fun and interesting quizzes about rust: https://dtolnay.github.io/rust-quiz Example: a quiz about today's lecture (closures): https://dtolnay.github.io/rust-quiz/2 Have fun!!

documentation

Upon googling the question I came across this question: https://users.rust-lang.org/t/sync-but-not-send/21551 Here's a real world example of type that is `Sync` and `!Send`: > I've heard that there are some ffi...

lecture