callbacks
Here are 244 public repositories matching this topic...
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Feb 5, 2016 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Jul 8, 2021 - Python
-
Updated
Jan 4, 2020 - JavaScript
-
Updated
Feb 17, 2018 - PHP
Implement Events
Implement events. For example: "User just logged"
Should be implemented in some way like:
duix.event('USER_JUST_LOGGED'); // not sure if `duix.event` or `duix.dispatch`
duix.listen(‘USER_JUST_LOGGED’, callback);-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Sep 25, 2017 - C++
-
Updated
Jan 18, 2022 - Jupyter Notebook
-
Updated
Nov 17, 2017 - Java
-
Updated
Jan 25, 2020 - Jupyter Notebook
-
Updated
Jul 29, 2018 - C++
-
Updated
Jul 7, 2021 - Java
Race with win index
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
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2021 - Python
-
Updated
Mar 16, 2017 - HTML
-
Updated
Apr 27, 2022 - C++
Improve this page
Add a description, image, and links to the callbacks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the callbacks topic, visit your repo's landing page and select "manage topics."