Re: Minutes from July 18 Mobile Tech Leads meeting

2018-07-24 Thread Michael Comella
Hey everyone. Nick and I clarified our understanding of coroutines via IRC. Between this email and IRC, it seems Nick's primary concern is that it may be difficult to make the FFI libraries internally threadsafe [1]. By default, coroutines dispatch to the `CommonPool`, where 1) coroutines can be

Re: Minutes from July 18 Mobile Tech Leads meeting

2018-07-20 Thread Nicholas Alexander
Mike, Thanks so much for teaching us some things. On Thu, Jul 19, 2018 at 1:20 PM, Michael Comella wrote: > Thanks for the updates, Nick – it's interesting to hear what other teams > are doing and how it may affect me. :) One quick thought: > > >> Rust code should be synchronous > > > I

Re: Minutes from July 18 Mobile Tech Leads meeting

2018-07-19 Thread Michael Comella
Thanks for the updates, Nick – it's interesting to hear what other teams are doing and how it may affect me. :) One quick thought: > Rust code should be synchronous I haven't thought about this enough to have an opinion on whether this is the right decision or not. However, this may encourage