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.

Go Concurrency versus C and pthreads

5 pointsby dpapathanasiouover 9 years ago

1 comment

kenOfYugenover 9 years ago
One can use the same Go style concurrency in C with libmill [1].<p>Another interesting choice for concurrency would be lthread [2].<p><pre><code> What’s special about lthread is that it allows you to make blocking calls and expensive computations, blocking IO inside a coroutine, providing you with the advantages of coroutines and pthreads. </code></pre> [1] <a href="http:&#x2F;&#x2F;libmill.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;libmill.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;halayli&#x2F;lthread" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;halayli&#x2F;lthread</a>
评论 #10794261 未加载