# jpromise **Repository Path**: floatlu/jpromise ## Basic Information - **Project Name**: jpromise - **Description**: 基于JAVA的promise模式实现 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 1 - **Created**: 2016-01-23 - **Last Updated**: 2023-01-09 ## Categories & Tags **Categories**: utils **Tags**: None ## README 基于JAVA实现的Promise模式。 主要功能: 1,将代码块包装成Promise对象。 2,支持超时时间设置。 3,支持获取异常信息。