Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Does this call block? Or is it in another thread and control can go beyond this statement?
ブロックしません。メッセージはキューに入れられます。これは、遅延の期限が切れた後にハンドラーによって取得されます。
handleMessage の実行に使用されるスレッドは、それを送信するために使用する Handler によって異なります。