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.
c#/.NET 環境で android.os.handler と同等の機能を探しています。ここでは、作業を単一のスレッドに投稿して順番に実行できます。この目的のために ActionBlock タイプのコンストラクトをいくつか見つけましたが、.NET 4.5 を使用せず、下位バージョンでこれを実現しています。
注: ThreadPool.QueueUserWorkıtem() を使用しない理由は明らかです。その性質上、同期ではありません。初めての投稿です、間違っていたらすみません。