TaskManager

(★ 483)

一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。

  • .gitignore
  • build.gradle
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE.txt
  • README-CN.md
  • README.md
  • settings.gradle

# Installation Guide

1. Get the code
git clone https://github.com/iqiyi/TaskManager

Downloads the entire project code from GitHub to your computer.

cd TaskManager

Moves into the project folder you just downloaded.

2. Gradle (Java/Kotlin)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd TaskManager

This project's files live in a subfolder, so move into it first.

./gradlew build

Builds the project using Gradle.

A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation