[swift-evolution] [Concurrency] Reactive streams as building blocks for actors etc.

Howard Lovatt howard.lovatt at gmail.com
Mon Aug 28 20:55:59 CDT 2017


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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20170829/bbacc218/attachment.html>


More information about the swift-evolution mailing list