• Marc Gravell's avatar
    Async write path (#1056) · ec5ba309
    Marc Gravell authored
    * start work on a true async write path (no sync flush); at the moment only existing async code uses this - once stable, we can move more code to the full async path
    
    * finish prep work before tackling subscriber lock (note: still lots of handshake options to asyncify)
    
    * implement a background queue that represents the (necessarily ordered) subscription operations, rather than executing them synchronously (sync over async, locks, etc)
    ec5ba309
PubSubCommand.cs 3.44 KB