mux
mux copied to clipboard
Creates a promise that waits for the promises in nested data structures and resolves to data structures of the same form. It recursively traverses the input data structure and multiplexes its promise...
Results
1
mux issues
Sort by
recently updated
recently updated
newest added
We could make mux support non-standard data structures like the ones in Immutable.js by letting people write extensions. I prefer not to directly add support for Immutable.js to mux itself...