/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Ergo: Erlang-inspired event driven actor framework in Go
(github.com)
175 points
nateb2022
| 1 comments |
12 Sep 24 11:06 UTC
|
HN request time: 0s
|
source
Show context
yellowapple
◴[
12 Sep 24 15:41 UTC
]
No.
41522145
[source]
▶
>>41519471 (OP)
#
Are the actors/processes preemptively scheduled? I've seen many projects like this over the years, and that's the usual missing feature.
replies(1):
>>41522158
#
1.
Fire-Dragon-DoL
◴[
12 Sep 24 15:42 UTC
]
No.
41522158
[source]
▶
>>41522145
#
Goroutines are preemptive scheduled, so the answer is yes
ID:
GO
↑