hnisula / ducklib

A library made out of ducks
1 stars 0 forks source link

Syncing frames with locks while using a fiber-based job queue #16

Open hnisula opened 2 years ago

hnisula commented 2 years ago

Investigate if there is an issue using WaitForSingleObject() within fibers and try to find the resource that talked about multiple other fiber-friendly syncing mechanisms (Naughty Dog's presentation?).

How do we currently wait for fibers when encountering incomplete dependencies? Might be something useful there for this case as well.