Asyncronous Files

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Asyncronous Files

Post by coolkehon »

What are asyncronous files and how do you use them and can you point me to a tuturial i see them in the pspsdk and looked it up on google but couldnt find to much about it so can someone explain what that is
NoEffex
Posts: 106
Joined: Thu Nov 27, 2008 6:48 am

Post by NoEffex »

http://en.wikipedia.org/wiki/Asynchrony


In programming, asynchronous events are those occurring independently of the main program flow. Asynchronous actions are actions executed in a non-blocking scheme, allowing the main program flow to continue processing.[1]
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

I've seen a number of threads here on async file access, so use the search button at the top of the page.
Post Reply