Hello, thank you for this great content. I have a problem. I'm using actix with juniper to program a GraphQL API, and now I'm facing difficulty in modifying the data stored in the variable where I save the data. Every time I add new data through the API, I don't see any changes in the data.
Oh man, I almost always stop listening when asked to like and subscribe at the start. Only reason I stayed here was so many of the Rust presenters are so bad.
At least I'm glad you liked it. The only way to reach a lot of people and help them out on TH-cam is to ask people to subscribe so that it's recommended to more and more people. It's tough making these videos let alone making them bearable to watch. I hope you got what you needed. If not, let me know and I'll give you other recommendations to take a look at.
I dont under stand, when you spawn 10 threads, they all try to get the lock at the same time wouldn't the output only be 1? How are the threads all getting the lock/waiting?
Brief intro but very straight forward, thx!
Thanks for the videos. It really helped me learn rust
Please make more videos again!
Could you post an example of deadlocking code where you don't drop the mutex and it deadlocks?
Let me know if this example helps users.rust-lang.org/t/deadlock-is-it-a-bug-or-is-it-intentional/1544/4
Great content buddy hope to see more
Hello, thank you for this great content. I have a problem. I'm using actix with juniper to program a GraphQL API, and now I'm facing difficulty in modifying the data stored in the variable where I save the data. Every time I add new data through the API, I don't see any changes in the data.
Oh man, I almost always stop listening when asked to like and subscribe at the start. Only reason I stayed here was so many of the Rust presenters are so bad.
Good, concise preesntation. Thank you.
At least I'm glad you liked it. The only way to reach a lot of people and help them out on TH-cam is to ask people to subscribe so that it's recommended to more and more people. It's tough making these videos let alone making them bearable to watch. I hope you got what you needed. If not, let me know and I'll give you other recommendations to take a look at.
Good stuff. Thanks.
I dont under stand, when you spawn 10 threads, they all try to get the lock at the same time wouldn't the output only be 1? How are the threads all getting the lock/waiting?
Hey, which font are you using it looks awesome?
PlexMono. You can also download a nerd font version called BlexMono.
this is the same video as "Let's Get Rusty" channel
I was tasked to write a simple game that uses TCP, now im learning multi threading. How the hell did i get here? 😅 (Its my first week writing Rust)
Game dev is hard
Mutex in Rest are "Bizarre" Weird... they lock nothing at all !!! In my code, so back to C programming !!