Author |
Message |
CodeMaster
|
PostPosted: Tue Feb 20, 2018 6:53 am |
|
Joined: Mon Feb 19, 2018 2:12 pm Posts: 4
|
Hi,
I want to use the CAA Async Manager. If I understood correctly I have to initialize the worker befor the job is open?
It always says NO_MEMORY
Can you help me to use it properly?
Is there some documentation?
Thanks
|
|
Top |
|
 |
Josep M. Rams
|
PostPosted: Sun Feb 25, 2018 11:31 am |
|
Offline |
Frequent User |
 |
Joined: Wed May 04, 2016 6:00 pm Posts: 263
|
Hi.
You can do it too with an assyncTask.
Create an assync Task, and in the program which runs in the assync tasks create an array of fb which implements an interface which has an assync method. In the assync program call the assync method of the interfaces registered in the array.
In the creation of the fb in the sync task register your fb which implements the interface in the assync array.
You can start the assync method with a execute-done mechanism.
|
|
Top |
|
 |
CodeMaster
|
PostPosted: Fri Mar 02, 2018 10:47 am |
|
Joined: Mon Feb 19, 2018 2:12 pm Posts: 4
|
Thats what I wanted to try with the Async Man Libary
|
|
Top |
|
 |