promise.cr icon indicating copy to clipboard operation
promise.cr copied to clipboard

A Promise Implementation in Crystal

Results 1 promise.cr issues
Sort by recently updated
recently updated
newest added

It'd be nice if Promise.all() had deterministic result ordering. Currently the result array is ordered by completion time not by position of associated promise in the input array. This is...