Skip to content
  • Florian Fischer's avatar
    generalize fiber hints with new emper::FiberHint class · 0ea46b9c
    Florian Fischer authored
    The new class is used when specific location of a Fiber is needed
    it combines a emper::FiberSource with an workerid_t.
    This replaces the hints using TaggedPtrs with IoContext::PointerTags.
    
    IoContext::PointerTags::NewWork{Wsq,Aq} becomes
    IoContext::PointerTags::NewWorkNotification.
    0ea46b9c