flexible
Here are 249 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Go
判断任务是否在运行
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
-
Updated
Jan 18, 2020 - Java
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Jan 8, 2019 - CSS
-
Updated
Dec 4, 2020 - Go
-
Updated
Nov 30, 2020 - PHP
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 3, 2020 - Java
-
Updated
Dec 7, 2020 - Python
-
Updated
Jan 23, 2020 - JavaScript
-
Updated
Sep 23, 2020 - Clojure
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Apr 8, 2019 - Go
-
Updated
Sep 12, 2018 - PHP
-
Updated
Feb 26, 2018 - C#
-
Updated
Feb 12, 2019 - CSS
-
Updated
Dec 7, 2020 - Python
-
Updated
Nov 14, 2020 - Java
-
Updated
Dec 7, 2020 - Go
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Jun 8, 2017 - Java
-
Updated
Apr 27, 2020 - CSS
Improve this page
Add a description, image, and links to the flexible topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flexible topic, visit your repo's landing page and select "manage topics."


The following files contain flake8 C408 Unnecessary dict call - rewrite as a literal. Good for first time contributors. See #38078 and #38116 for how to fix them. Use
flake8 [file_path]to check for each file.C408