Sometimes people simply forget, or programs enter in a particular state, where a completion callback is not called. This can cause unexpected problems, that unfortunately should happen. We should do something to avoid this situation.
My current thoughts are we could detect when we are idling and we are still waiting on a task to complete, if so, then we can output a warning message that lets you know which task we are still waiting for. This should be able to be turned off via a configuration option.
Would help realise problems such as #6
Sometimes people simply forget, or programs enter in a particular state, where a completion callback is not called. This can cause unexpected problems, that unfortunately should happen. We should do something to avoid this situation.
My current thoughts are we could detect when we are idling and we are still waiting on a task to complete, if so, then we can output a warning message that lets you know which task we are still waiting for. This should be able to be turned off via a configuration option.
Would help realise problems such as #6