Many of the currently popular server side frameworks are switching to
Reactive Streams:
http://en.wikipedia.org/wiki/Reactive_Streams#Adoption
for their underlying communication, including Akka. Reactive Streams are
also to become builtin to Java, as the Flow class, in version 9.
Would it be wise if Swift 5 also builtin Reactive Stream protocols and
built its Actor implementation etc. on top of this protocol?
-- Howard.
More info on Reactive streams:
https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.1/README.md#specification
http://bryangilbert.com/post/code/scala/akka-reactive-streams/
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution