• Dominik Charousset's avatar
    Clearly separate scheduled and blocking actors · 8a2be934
    Dominik Charousset authored
    In detail:
    - move code from local_actor to specific impl types
    - move special-purpose handlers to scheduled_actor
    - streamline interface of scheduled_actor
    - implement catch-all handlers for blocking actors
    - re-implement receive* functions with new catch-all
    8a2be934
attachable.cpp 1.75 KB