- 03 Feb, 2023 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 11 Nov, 2022 4 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
It's not optional, the Action Queue always returns a promise even if it doesn't have any actions queued.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
- 10 Nov, 2022 7 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vázquez Acosta authored
Rename to '@merchise/rescript-action-queue' See merge request merchise-autrement/rescript-action-queue!4
-
Manuel Vazquez Acosta authored
-
- 19 Oct, 2022 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 07 Oct, 2022 2 commits
-
-
Manuel Vázquez Acosta authored
Update to 2.1.0 See merge request merchise-autrement/rescript-action-queue!3
-
Manuel Vazquez Acosta authored
-
- 21 Sep, 2022 3 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vázquez Acosta authored
Update to action-queue.js 2.0.0 See merge request merchise-autrement/rescript-action-queue!2
-
Manuel Vazquez Acosta authored
This is breaking API change, so we bump the major version to 2.
-
- 09 Sep, 2022 2 commits
-
-
Manuel Vázquez Acosta authored
Rename to 'rescript-action-queue'. See merge request merchise-autrement/bs-action-queue!1
-
Manuel Vazquez Acosta authored
-
- 18 Aug, 2022 2 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
This package should provide the bindings, albeit type-safe, for the JS code. Furthermore, the MakeQueueManager has some challenges of its own: We want to be able to return a promise per underlying action *ahead* of time. So, I'm going to implement this in the app where it is required.
-
- 17 Aug, 2022 5 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
They were missing the actual queue.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
This, of course, makes that we can only queue action returning a single type. But I think this is the most common case. If need an untyped version, then we can simply create an opaque AQ. module AQ = MakeActionQueue({ let name = "Anything is possible" type payload type identifier = string })
-
- 03 Aug, 2021 1 commit
-
-
Manuel Vazquez Acosta authored
I'm not providing tests for the bindings...
-