summaryrefslogtreecommitdiffhomepage
path: root/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-09 21:35:19 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-09 21:35:19 +0100
commite761991ab5a1d51392d098a15c1870025900fcd1 (patch)
tree673b3db2a203630aa097bbf77b1c8cd5487318bc /Source
parent15d5949e85216a14715e64ed5116e999d6869558 (diff)
SMP: Add more detailed description about purpose.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/SMPManager.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SMPManager.cxx b/Source/SMPManager.cxx
index 25dbc0cf..d2adf0cb 100644
--- a/Source/SMPManager.cxx
+++ b/Source/SMPManager.cxx
@@ -12,6 +12,7 @@
#include <ArchKit/Arch.hpp>
//! This file handles multi processing in hCore.
+//! Multi processing is needed for File I/O, networking and scheduling.
namespace hCore
{
@@ -77,10 +78,10 @@ namespace hCore
//! @brief Constructor and destructor
- ///! @brief Default constructor.
+ ///! @brief Default constructor.
SMPManager::SMPManager() = default;
- ///! @brief Default destructor.
+ ///! @brief Default destructor.
SMPManager::~SMPManager() = default;
Ref<SMPManager> SMPManager::Shared()