georesearch-dsh/georesearch-dsh--packages-provider-lifecycle ↗★ 1
@georesearch/dsh-provider-lifecycle
Admission, drain, cancellation, and disposal lifecycle for GeoResearch providers
AI 분석
核心用途是提供基础的提供者生命周期管理原语。适合需要开发 Phase 2 服务、管理操作准入、排空等待及单次清理销毁的插件开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
@georesearch/dsh-provider-lifecycle
Shared provider lifecycle primitive for the Phase 1 foundation. Admission is
accepted only in ACCEPTING, drain rejects new work while awaiting every
accepted operation, and disposal runs cancellation and cleanup exactly once.
Provider packages use this primitive before publishing Phase 2 services.