你们好,初次接触zig,对于它的协程实现有一些疑问 #218
Answered
by
npc1054657282
npc1054657282
asked this question in
新手提问
-
我看到zig的协程力图实现“非染色”的协程,因此比较感兴趣,进而简单地了解了一下这个语言。看起来这个语言是偏向于底层,追求0成本抽象和极致显式的哲学,因此我对于它的协程的逻辑上的约定实现细节比较好奇: |
Beta Was this translation helpful? Give feedback.
Answered by
npc1054657282
Aug 21, 2025
Replies: 2 comments
-
这里有些最新的进展,不过也还没细看。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://kristoff.it/blog/asynchrony-is-not-concurrency/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
npc1054657282
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://kristoff.it/blog/asynchrony-is-not-concurrency/
这应该是最新的进展,看得我十分兴奋