• Dominik Charousset's avatar
    removed channel::enqueue · 67749e0e
    Dominik Charousset authored
    this patch equalizes the interface of `channel` and `actor` by
    removing the `enqueue` member function and providing `operator->`
    instead to access the `enqueue` member function of the held pointer
    directly
    67749e0e
channel.hpp 3.89 KB