1
Ronald
7y

Been working in C# doing async work with Tasks. I normally do async work but its in Node on a single thread XD. Brain is fried. Fuck you thread saftey.

Comments
  • 0
    ☺ in the end, it's not that complicate. It's just that most of the people don't spend some time trying to understand how the async/await pattern works
  • 0
    @ste09 indeed. Its alot of added frustration from not knowing the language well and also working in another teams codebase.
  • 0
    @Ronald good work then :)
    Drop me a line if you need some advice
  • 0
    A concurrent object pool was the answer to all of my problems. Praise concurrent collections and atomic operations.
Add Comment