Skip to content
#

callbacks

Here are 244 public repositories matching this topic...

A simple、 light(only two file)、fast 、powerful 、easy to use 、easy to extend 、 Android Library To Manager your AsyncTask/Thread/CallBack Jobqueue ! 一个超级简单,易用,轻量级,快速的异步任务管理器,类似于AsyncTask,但是比AsyncTask更好用,更易控制,从此不再写Thread ! ^_^

  • Updated Nov 17, 2017
  • Java
timcassell
timcassell commented Jun 13, 2022

When racing promises, it can sometimes be useful to know which promise won. Currently, Promise.Race and Promise.First return a promise of the same type as the inputs, and there is no easy way to know which promise won.

I propose adding Promise.RaceWithIndex and Promise.FirstWithIndex that will return Promise<int> for void promises, or Promise<(int winIndex, T result)> for result pro

enhancement good first issue up-for-grabs

Improve this page

Add a description, image, and links to the callbacks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the callbacks topic, visit your repo's landing page and select "manage topics."

Learn more