Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    91031dac
    Changes to exec_ctx/closure/combiner/workqueue interfaces · 91031dac
    Craig Tiller authored
    - make closures know where they should be executed (eg, on a workqueue,
      or a combiner, or on an exec_ctx)
    - this allows removal of a large number of trampoline functions that
      were appearing whenever we used combiners, and should allow for a much
      easier interface to combiner locks
    91031dac
    History
    Changes to exec_ctx/closure/combiner/workqueue interfaces
    Craig Tiller authored
    - make closures know where they should be executed (eg, on a workqueue,
      or a combiner, or on an exec_ctx)
    - this allows removal of a large number of trampoline functions that
      were appearing whenever we used combiners, and should allow for a much
      easier interface to combiner locks