[haiku-development] Re: Additional Functionality to BMessenger

  • From: Hamish Morrison <hamishm53@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 29 May 2019 16:34:03 +0100

On Wed, May 29, 2019 at 3:52 PM Rajagopalan Gangadharan
<g.raju2000@xxxxxxxxx> wrote:

So what do you guys think about this problem can a new api be added to 
BMessenger to send message to a particular thread?

Can't BMessenger already send to a particular thread? You give it a
BLooper to send to in its constructor.

Other than that though, why not just reuse the socketpair
implementation from other platforms? The less Haiku-specific code in
our port, the easier it is to keep it in sync with upstream.

Other related posts: