Skip to content

Commit

Permalink
Remove notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Feb 11, 2024
1 parent 7f95062 commit ff045bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dlib/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ DEALINGS IN THE SOFTWARE.
* is greatly inspired by core.thread from Phobos, but dlib.core.thread
* is fully GC-free and can be used with dlib.core.memory allocators.
*
* Implementation notes:
* - No TLS support, sorry. Any global variables should be marked with
* __gshared for correct access from threads.
* - Internals of Thread class are platform-dependent, so be aware of that
* when inheriting.
*
* Copyright: Timur Gafarov 2015-2023.
* License: $(LINK2 https://boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Timur Gafarov
Expand Down

0 comments on commit ff045bc

Please sign in to comment.