Removed TODO for class thread.

This commit is contained in:
Michael Müller
2022-07-05 18:56:07 +02:00
parent c789d8cbf8
commit cb8bda987f

View File

@@ -9,7 +9,7 @@ namespace mx::system {
* Encapsulates methods for thread access. * Encapsulates methods for thread access.
*/ */
/* Deprecated for Genode */ /* Deprecated for Genode */
/* TODO: mx::system::thread : Replace POSIX-style thread pinning with Genode thread affinities */ /* Done: mx::system::thread : Replace POSIX-style thread pinning with Genode thread affinities */
class thread class thread
{ {