Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • ci-bump-test
  • abp-queue
  • new-delete-leaks
  • fused-continuation-and-completion-stealing
  • emper-fix-invalid-conv
  • remote-put-get-free-context-cycle
  • linux-version-construct-on-first-use
  • libstdc++-asserts
  • msan
  • libc++
  • completer-strategies
  • cactus_stack_devel_one_commit
  • client-load-change
  • cppcheck
  • flow
  • cast-if-future
  • async_network2
  • thread_safe_log_config
  • burak
  • attic/clang-release-tls-optimization-debug-and-fix
  • attic/continuation-stealing-dev
22 results

meson.build

Forked from Lehrstuhl für Informatik 4 (Systemsoftware) / manycore / emper
Source project has a limited visibility.
  • Florian Fischer's avatar
    5ea44519
    [IO] make the behavior of the completer thread configurable · 5ea44519
    Florian Fischer authored
    Available behaviors:
      * none - the completer thread is not started
    
      * schedule (default) - the completer thread will reap and schedule available
                             completions from worker IoContexts
    
      * wakeup - the completer thread will wakeup all workers if it observes completions
                 in a worker IoContext. The Fiber produced by the completion will
                 be scheduled when the worker in which's IoContext the cqe lies
                 reaps its completions.
    5ea44519
    History
    [IO] make the behavior of the completer thread configurable
    Florian Fischer authored
    Available behaviors:
      * none - the completer thread is not started
    
      * schedule (default) - the completer thread will reap and schedule available
                             completions from worker IoContexts
    
      * wakeup - the completer thread will wakeup all workers if it observes completions
                 in a worker IoContext. The Fiber produced by the completion will
                 be scheduled when the worker in which's IoContext the cqe lies
                 reaps its completions.