supports_thread_contexts
Description:
Checks if this supports thread-default contexts.
If this returns false, you cannot perform asynchronous operations on this in a thread that has a thread-default context.
Parameters:
this |
a File |
Returns:
Whether or not this supports thread-default contexts. |