Search found 1 match
- Mon Jan 11, 2021 11:58 am
- Forum: Developer Discussions
- Topic: Difference between task and callback? (Task vs Callback)
- Replies: 1
- Views: 1705
Difference between task and callback? (Task vs Callback)
As I understand a task is something that is like a thread and is called once while a callback is something that is called every X number of seconds or every time an event occurs. My question is what are the differences in the way they are implemented and when should you use one instead of the other.