Skip to content
Snippets Groups Projects
  1. Apr 04, 2022
  2. Jan 21, 2022
    • Florian Fischer's avatar
      [PipeSleepStrategy] implement notifySpecific · 1aadf7fe
      Florian Fischer authored
      Implement notifySpecific by using a worker exclusive thread local
      sleepState and pipe.
      The sleepState previously waitInflight is no longer a member of IoContext
      a thread_local PipeSleepStrategy::SleepState is used instead.
      It is safe to use a thread_local object because onNewWorkNotification
      is only called by the Owner of the sleepState.
      Since others (ANYWHERE, EMPER) must not reap newWorkNotifications from
      a workers CQ.
      
      Update the algorithm documentation and other code comments.
      1aadf7fe
  3. Nov 10, 2021
  4. Oct 13, 2021
  5. Sep 21, 2021
  6. Aug 19, 2021
  7. Jul 26, 2021
    • Florian Fischer's avatar
      add docker tooling · 5798f15c
      Florian Fischer authored
      Usage run "docker.sh <your command>" to execute <your command> in the
      docker image extracted from .gitlab-ci.yml in the emper root directory
      
      NOTE: seccomp filtering is disabled for now since io_uring_* syscalls
      are not working everywhere as expected.
      5798f15c
  8. May 17, 2021
  9. May 01, 2021
  10. Apr 16, 2021
  11. Apr 12, 2021
  12. Jan 22, 2021
  13. Nov 10, 2020
  14. Nov 05, 2020
  15. Jul 31, 2020
Loading