• Zebediah Figura's avatar
    server: Allow (re)setting esync events on the server side. · c9e60ec7
    Zebediah Figura authored
    Some server calls pass an event handle, most notably asyncs. We need to be
    able to handle these correctly. Accordingly we pass them along to esync if
    it turns out the underlying object is actually an esync object.
    
    In an ideal world we'd just convert all instances of events on the server
    side to use esyncs instead. But we want to keep esync perfectly configurable,
    so this is how we do it.
    c9e60ec7
esync.h 1.14 KB