Skip to content
Snippets Groups Projects
  1. Jan 26, 2015
    • Konstantin Osipov's avatar
      Ditch FIBER_USER_MODE. Rewrite cancel via wakeup(). · 48fe8674
      Konstantin Osipov authored
      Everything is cancellable. In fiber_cancel() use fiber_wakeup()
      instead of a direct call. This make cancel safe with
      regards to wakeup() and timeouts: i.e. it's safe to cancel
      a fiber which is waiting on a timeout or is about to get
      scheduled.
      48fe8674
  2. Jan 25, 2015
  3. Jan 24, 2015
  4. Jan 23, 2015
  5. Jan 22, 2015
  6. Jan 21, 2015
Loading