Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
promises - MaRDI portal

promises

From MaRDI portal
Software:55878



swMATH40178CRANpromisesMaRDI QIDQ55878

Abstractions for Promise-Based Asynchronous Programming

Joe Cheng

Last update: 10 August 2023

Copyright license: MIT license, File License

Software version identifier: 1.2.0.1, 1.0.1, 1.1.0, 1.1.1, 1.2.1


Source code repository: https://github.com/cran/promises

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.