flexible
Here are 241 public repositories matching this topic...
-
Updated
Oct 5, 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
Jul 31, 2020 - JavaScript
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Jan 8, 2019 - CSS
-
Updated
Oct 5, 2020 - Go
-
Updated
Oct 1, 2020 - PHP
-
Updated
Jun 19, 2020 - Java
-
Updated
Oct 2, 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
Sep 27, 2020 - Java
-
Updated
Oct 4, 2020 - Go
-
Updated
Jun 8, 2017 - Java
-
Updated
Apr 27, 2020 - CSS
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Jul 22, 2020 - Perl
-
Updated
Sep 4, 2020 - JavaScript
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 docs use certain coding style conventions that are no longer used in pandas (e.g., we adopt black's opinions in terms of line wrapping and quoting), for instance https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html. We should update the docs to match current style preferences.
blacken-docs is a useful tool that can help in doing _s