Re[4]: Асинхронная операция в рамках одного потока?
От: Аноним  
Дата: 04.10.05 12:37
Оценка:
Здравствуйте, TK, Вы писали:


>> Так и есть, поток для исполнения кода вызываемого асинхронно берется из

>> пула, НО это уже как минимум 2 потока — вызывающий и взятый из пула.

TK>Ничего там из пула не берется.


If the BeginInvoke method is called, the common language runtime will queue the request and return immediately to the caller. The target method will be called on a thread from the thread pool. The original thread, which submitted the request, is free to continue executing in parallel to the target method, which is running on a thread pool thread.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.