flexible
Here are 245 public repositories matching this topic...
-
Updated
Oct 19, 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
Oct 15, 2020 - JavaScript
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Jan 8, 2019 - CSS
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 19, 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
Oct 10, 2020 - Java
-
Updated
Oct 19, 2020 - Go
-
Updated
Jun 8, 2017 - Java
-
Updated
Apr 27, 2020 - CSS
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Java
-
Updated
Jul 22, 2020 - Perl
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."
this has the built docs: https://pandas.pydata.org/pandas-docs/dev/ rather than https://dev.pandas.io/, so need to update the contributing docs.