Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
MemoryPoolとQueueを組み合わせて使う際に、
- アロケーションに失敗した場合にスレッド内でデキューできるか
- キューを受け取る側で、たまったキューをいっぺんに処理する方法
を確認するために作成しました。
古くなったキューが重要ではない場合で、タイムアウトとは違う制御がしたいときに便利なのではないでしょうか。