The article presents very similar arguments to those that I read in a book from 1982 or so. It discussed channels in Ada and pointed out that without super smart compilers that would turn channels into mutex operations the code using channels would be slower and more complex due to the need to create an extra threads.
Base on that I can predict that in 2050 I will also read an article discussing channels in yet another language and advocating using mutexes instead...