Skip to content
  • Thomas Haller's avatar
    platform: drop delayed_action idle handler · 690732cf
    Thomas Haller authored
    The idea was allowing pending delayed-actions and process them in an
    idle handler. We dont want to do that, because whenever platform code
    returns, we want to have no pending actions -- because otherwise the
    platform cache might be in an inconsistent state.
    
    Just drop it.
    690732cf