• Mark McDuff's avatar
    add EventBase-local storage abstraction · b74275bb
    Mark McDuff authored
    Summary: This has come up a couple times, and the implementation is never nice.  Just like we have thread-local storage, it will be useful to also have evb-local storage.  Provides at pretty simple get/set/delete interface (see unittest).
    
    Reviewed By: @djwatson
    
    Differential Revision: D2203063
    b74275bb
EventBaseLocal.cpp 2.75 KB