[swift-evolution] Active Objects | Actors | Synchronisations

Suminda Dharmasena sirinath1978m at gmail.com
Wed Jan 13 21:24:19 CST 2016


Hello,

Unlike in Java a better model for synchronisation would be active objects
where you can specify groupings of parallelism or serialism, i.e., being
able to specify that calls to a group of functions can only happen one
after the other.

Perhaps this can be in the form of an attribute. E.g.
@active(group="ObjXYZStateChange") or @actor(receive="aFunc")


Suminda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160114/ec9d4a8e/attachment.html>


More information about the swift-evolution mailing list