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.
Linux と IOS の両方で動作するすべてのシステム API に使用できる共通のフレームワークはありますか?
編集 - 「システム API」とは、すべてのファイル関連の操作、プロセス間、スレッド、ネットワーク関連の操作を意味します。
新しい C++11 には、スレッド化された計算をネイティブでサポートする新しいスレッド モデルが含まれています。また、boost::thread を見ることもできます。iOS など、非公式にサポートされている他の多くのプラットフォームへの移植があります。