• Dominik Charousset's avatar
    added `continue_with` to nonblocking API · 7f9d99c4
    Dominik Charousset authored
    this patch enables `sync_send(...).then(...).continue_with(...)`
    (relates #58) and makes using the nonblocking API explicit to use
    in context-switching and thread-based actors by requiring a call
    to `self->exec_behavior_stack()`
    7f9d99c4
event_based_actor.hpp 5.47 KB