promises (Q55878): Difference between revisions
From MaRDI portal
Removed claim: author (P16): Joe Cheng (Q70528) |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(11 intermediate revisions by 3 users not shown) | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 11 February 2021 / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: MIT license / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: File License / rank | |||||||||||||||
Property / copyright license: File License / qualifier | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: later / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: stats / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: R6 / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: Rcpp / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: rlang / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: magrittr / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
1.0.1 | |||||||||||||||
Property / software version identifier: 1.0.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.0.1 / qualifier | |||||||||||||||
publication date: 13 April 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.1.0 | |||||||||||||||
Property / software version identifier: 1.1.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.1.0 / qualifier | |||||||||||||||
publication date: 5 October 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.1.1 | |||||||||||||||
Property / software version identifier: 1.1.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.1.1 / qualifier | |||||||||||||||
publication date: 9 June 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.2.1 | |||||||||||||||
Property / software version identifier: 1.2.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.2.1 / qualifier | |||||||||||||||
publication date: 10 August 2023
| |||||||||||||||
Property / last update | |||||||||||||||
10 August 2023
| |||||||||||||||
Property / last update: 10 August 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R. | |||||||||||||||
Property / description: Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Joe Cheng / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: MIT license / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: File License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: File License / qualifier | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: fastmap / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports: fastmap / qualifier | |||||||||||||||
software version identifier: ≥ 1.1.0 | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: later / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: magrittr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports: magrittr / qualifier | |||||||||||||||
software version identifier: ≥ 1.5 | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: R6 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: Rcpp / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: rlang / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: stats / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / source code repository | |||||||||||||||
Property / source code repository: https://github.com/cran/promises / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:5cff56321740322d262c429d6f1a177aa1b58f95 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:5cff56321740322d262c429d6f1a177aa1b58f95 / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:5cff56321740322d262c429d6f1a177aa1b58f95 / qualifier | |||||||||||||||
point in time: 19 August 2023
| |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 06:01, 22 March 2024
Abstractions for Promise-Based Asynchronous Programming
Language | Label | Description | Also known as |
---|---|---|---|
English | promises |
Abstractions for Promise-Based Asynchronous Programming |
Statements
10 August 2023
0 references
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.
0 references