API Version: 1
Library Version: 1.2.alpha
Generated by gi-docgen 2026.1
unstable since: 1.2
gboolean dex_fiber_yield ( GError** error )
Cooperatively yields execution back to the current scheduler.
This may only be called from within a DexFiber. If it is called from any other context, error is set to DEX_ERROR_NO_FIBER.
DexFiber
error
DEX_ERROR_NO_FIBER
Available since: 1.2
Type: gboolean
gboolean
TRUE if execution was yielded and the fiber resumed successfully; otherwise FALSE and error is set.
TRUE
FALSE