TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Erlang Style Concurrency

5 pointsby aycangulezover 13 years ago

1 comment

rdtscover 13 years ago
&#62; It would be nice if this object would provide us with some ability to safely communicate with other processes. We can't share memory, but we want to be able to send a message. Let's add a void sendMessage(Process receiverProcess, Object message) function to the Process class<p>Ha! So basically Handler.sendMessage(...) from android then?<p><a href="http://developer.android.com/reference/android/os/Handler.html" rel="nofollow">http://developer.android.com/reference/android/os/Handler.ht...</a>