<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">If not for tight loops or other CPU intensive tasks, you may be interested in Edh, which introduces Go's goroutine to GHC runtime. But Edh threads add much higher overhead on top of GHC threads, so there's a price to pay for simplicity of end programmer's job.<div class=""><br class=""></div><div class="">It's briefly described at <a href="https://github.com/e-wrks/edh/tree/master/Tour#program--threading-model" class="">https://github.com/e-wrks/edh/tree/master/Tour#program--threading-model</a> . This is very new and I'm right now actively working on it for PoC of an STM powered in-memory graph database implementation.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class="">Compl<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2020-03-18, at 11:15, Niklas Hambüchen <<a href="mailto:mail@nh2.me" class="">mail@nh2.me</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I've you're new to async, also check out my recent rework of the docs that talk about this topic specifically:<br class=""><br class=""><a href="https://github.com/simonmar/async/pull/105/files" class="">https://github.com/simonmar/async/pull/105/files</a><br class=""><br class="">(To be available in the next release of async.)<br class="">_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe<br class="">Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br class=""></div></body></html>