3
RexOmni
7y

!Rant what's so hard about multithreading for newbie programmers. (An actual question. Trying to tutor some friends who just don't get it)
It's practically a requirement for MVC.
In c# it's extremely simple. Just create a background worker with a handler/interface.

Comments
  • 2
    The probably have a problem with the fact that lines are not evaluated in order.

    And trivial multithreading is not very hard.
  • 0
    @Voxera thanks. Just compiling a list for later :)
Add Comment