C++: Difference between revisions

36 bytes added ,  14 August 2019
no edit summary
No edit summary
No edit summary
Line 5: Line 5:
== Standard Library ==  
== Standard Library ==  
=== Sleep ===
=== Sleep ===
<pre>
<syntaxhighlight lang="C++">
std::this_thread::sleep_for(std::chrono::milliseconds(1));
std::this_thread::sleep_for(std::chrono::milliseconds(1));
</pre>
</syntaxhighlight >


=== Garbage Collection ===
=== Garbage Collection ===