Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CptFox16196y@metamourge from Rust, futures are the equivalent of JS promises. futures::Stream is a trait (basically an interface) for a future that will resolve multiple times
-
CptFox16196y@ganjaman That's also what I felt, but on the other hand, I really ever use stacks, so I wasn't comfortable talking a position about them
Related Rants
Do you think, that its a good idea, to add FP-features like Map,Filter,Reduce to Stack or Queue datastructures, in the way, that they pop all elements?
question
functional programming
datastructures