feenkcom/pharo-futures

Abstractions for asynchronous programming in Pharo

SmalltalkStringTemplate
This is stars and forks stats for /feenkcom/pharo-futures repository. As of 29 Mar, 2024 this repository has 7 stars and 0 forks.

Asynchronous Futures & Streams Abstractions for asynchronous programming in Pharo. Install Metacello new baseline: 'Futures'; repository: 'github://feenkcom/pharo-futures:main/src'; load Futures Ready: 42 asFuture wait = 42 Computation: [ 2 seconds wait . 42 ] asFuture wait = 42 Map: ([ 2 ] asFuture map: [ :x | x + 40 ]) wait = 42 Join all: (AsyncJoinAllFuture futures: { [ 42 ] asFuture. 3.14 asFuture. 9 asFuture map: [ :x | x * x ]. }) wait = #(42 3.14 81) Streams & combinators Sequence: (1...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
feenkcom/XPathSmalltalkHTML1000
breakthecode2/neoSCSSHTMLJavaScript1420580
feenkcom/gtoolkit-vm-bindingsSmalltalk0000
Ryujinx/RyujinxC#GLSLC24.9k02.4k0
juliendelplanque/Python3GeneratorSmalltalkHTML26040
svenvc/P3Smalltalk660200
svenvc/zincSmalltalkJavaScriptHTML880520
svenvc/NeoJSONSmalltalk400180
feenkcom/JSLinkSmalltalkJavaScriptShell9010
feenkcom/gtoolkit-filebrowserSmalltalk5000