Skip to content

server: Use events as a sync for several objects.

Rémi Bernon requested to merge rbernon/wine:mr/ntsync-events-1 into master

Instead of !7815 (closed), for !7226, this only split the sync ops to a separate vtable and let objects delegate theirs to a separate object.

This starts using a event-like interface for most objects, leaving the decision regarding if/how to split sync themselves / integrate inproc syncs for later.

Merge request reports

Loading