Name : R-async
| |
Version : 0.3.2
| Vendor : obs://build_opensuse_org/devel:languages:R
|
Release : lp153.7.1
| Date : 2024-07-01 14:03:43
|
Group : Development/Libraries/Other
| Source RPM : R-async-0.3.2-lp153.7.1.src.rpm
|
Size : 0.72 MB
| |
Packager : (none)
| |
Summary : Coroutines: Generators / Yield, Async / Await, and Streams
|
Description :
Write sequential-looking code that pauses and resumes. gen() creates a generator, an iterator that returns a value and pauses each time it reaches a yield() call. async() creates a promise, which runs until it reaches a call to await(), then resumes when information is available. These work similarly to generator and async constructs from \'Python\' or \'JavaScript\'. Objects produced are compatible with the \'iterators\' and \'promises\' packages. Version 0.3 supports on.exit, single-step debugging, stream() for making asynchronous iterators, and delimited goto() in switch() calls.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/R:/autoCRAN/openSUSE_Leap_15.3/x86_64 |