From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7c89ab86d723aa2d973c0b62d2155040@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] new compilers Date: Thu, 30 Mar 2006 10:24:29 -0800 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <04617d474c9bb1bbc7cd7e7c73aa54f0@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 27bd8458-ead1-11e9-9d60-3106f5b1d025 > you can't just call a function and have it return the value you wanted, you know. no, no no. > you need to ask someone who promises to progress the action on your request and get back to you. the async call/callback stuff is very annoying. many multithreaded systems in c++ have to resort to it for anything that blocks. a good thread library - that doesn't require one to change religion to use it - and the concept of channels would sure make a lot of that stuff go away.