• Yedidya Feldblum's avatar
    no shared_ptr in EventBaseLocal · 38c1a117
    Yedidya Feldblum authored
    Summary: [folly] no `shared_ptr` storage in `EventBaseLocal` since its refcount operations are unnecessary. Pare it down to `unique_ptr` with a straightforward fun-ptr deleter.
    
    Reviewed By: iahs
    
    Differential Revision: D26246619
    
    fbshipit-source-id: 3d0214ccb6c4730ca7b573065b4468a0dce85d40
    38c1a117
EventBase.h 33.1 KB