エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
rfcs/text/0230-remove-runtime.md at 0806be4f282144cfcd55b1d20284b43f87cbe1c6 · rust-lang/rfcs
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
rfcs/text/0230-remove-runtime.md at 0806be4f282144cfcd55b1d20284b43f87cbe1c6 · rust-lang/rfcs
This RFC proposes to remove the runtime system that is currently part of the standard library, wh... This RFC proposes to remove the runtime system that is currently part of the standard library, which currently allows the standard library to support both native and green threading. In particular: The libgreen crate and associated support will be moved out of tree, into a separate Cargo package. The librustrt (the runtime) crate will be removed entirely. The std::io implementation will be directl