Hello,
I have been reading on how to create libraties for B4A and looking at some examples. I have two questions currently:
- TaskID: I see this is used a lot. Is it just used as an identifier that is passed to eventhandlers so the B4A developper can determine where exactly it came from ? (because of being able to run the same method multiple times at the same time) ?
- submitRunnable: this is a thread pool which manages a limited list of threads (maximum 20 I think I read): if, for some strange reason, more than 20 would be started, I guess the surplus of requests would get queued ?
Thanks,
Wim