General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Cees Timmerman
ThePrimeTime
comments
Comments by "Cees Timmerman" (@CTimmerman) on "Async Rust Is The Bane Of My Existence | Prime Reacts" video.
31:56 Mogueno would like a role model time scale to compare himself to. In my case i started typing in pop sci magazine listings in QBASIC in 1996, made my own local website in HTML + JS in 1997, made a QuakeC mod in 1998, learned Iptscrae and PHP in 1999, Java in 2000, C++ in 2001, etc.
4
@ErazerPT Wonderfully simply as well. Just set self.think and self.nextthink to do all your async stuff with custom timing. I've also looked at Unreal Tournament's scripting, but found the state engine too complex.
1
I'd generate a sync wrapper for the async module.
1
Why is "maybe_async" a thing in a language that prides itself on avoiding C++'s undefined behavior?
1
@cysio04290 Is it or not? "Maybe" is not definite.
1
@cysio04290 I see, so the explicit part is at the call.
1