if (Object.prototype.hasOwnProperty.call(meta, 'async')) {
      async.handle({ dispatch, getState }, action.type, payload, meta.async)
    }