sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

is libdill x86 only? #217

Open laoshaw opened 2 years ago

laoshaw commented 2 years ago

looking for a c coroutine lib for x86/arm/risc-v, libco and libaco are both x86 only, what about libdill? it's all in C so I guess it's arch-transparent, is this correct?

jcarrano commented 1 year ago

I'm successfully using it on ARM5. On platforms other than AMD64 it will use setjump/longjump.