> On 18 Aug 2017, at 21:35, Chris Lattner via swift-evolution 
> <swift-evolution@swift.org> wrote:
> 
> Yeah, I think that actor methods deserve a bit of magic:
> 
> - Their bodies should be implicitly async, so they can call async methods 
> without blocking their current queue or have to use beginAsync.

I have a question here. If the body calls an async method "without blocking 
their current queue", does that mean the queue gets to process other messages, 
even if the current message is not done with? Or should the queue somehow be 
suspended so new messages will not be processed?

Thomas

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to