FPLBase
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Asynchronous Loader

AsyncLoader class and methods to handle asynchronous loading of AsyncAsset classes. More...

Detailed Description

AsyncLoader class and methods to handle asynchronous loading of AsyncAsset classes.

Classes

class  fplbase::AsyncAsset
 
class  fplbase::AsyncLoader
 Handles loading AsyncAsset objects. More...
 
class  AsyncResource
 Any resource that can be loaded asynchronously should inherit from this. More...
 

Typedefs

typedef void * fplbase::Thread
 
typedef void * fplbase::Mutex
 
typedef void * fplbase::Semaphore