TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Erlang Style Concurrency

5 点作者 aycangulez超过 13 年前

1 comment

rdtsc超过 13 年前
&#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>