Re: Off main thread file I/O

2012-10-17 Thread David Rajchenbach-Teller
On 10/16/12 9:05 PM, Gavin Sharp wrote:> This is excellent - > https://developer.mozilla.org/en-US/docs/JavaScript_OS.File/OS.File_for_the_main_thread > is exactly the kind of API I've been wanting for a long time. I know > it took a lot of work to get there - thank you for your efforts. > > A coup

Re: Off main thread file I/O

2012-10-16 Thread Gavin Sharp
avin On Tue, Oct 16, 2012 at 11:47 AM, David Rajchenbach-Teller wrote: > Hi everybody, > > I am happy to announce that we now have a JavaScript module for Off > Main Thread File I/O (OMTF). This module is called OS.File and, if you > need to access files from your code, you

Off main thread file I/O

2012-10-16 Thread David Rajchenbach-Teller
Hi everybody, I am happy to announce that we now have a JavaScript module for Off Main Thread File I/O (OMTF). This module is called OS.File and, if you need to access files from your code, you really should use it. If you own code that does main thread file I/O, you should really