Skip to content

coroutine: add support for libucontext

osy requested to merge osy/spice-gtk:feature/libucontext into master

libucontext is a lightweight implementation of ucontext for platforms that do not have a built-in implementation. This allows us to use the same code to support libucontext as ucontext.

Merge request reports