Просмотр исходного кода

Updated the link for lock free algorithms

Closes https://github.com/libsdl-org/sdlwiki/pull/982
Sam Lantinga 4 недель назад
Родитель
Сommit
98ee449d6a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/SDL3/SDL_atomic.h

+ 1 - 1
include/SDL3/SDL_atomic.h

@@ -36,7 +36,7 @@
  *
  * There's also lots of good information here:
  *
- * - https://www.1024cores.net/home/lock-free-algorithms
+ * - https://web.archive.org/web/20251113104356/https://1024cores.net/home/lock-free-algorithms
  * - https://preshing.com/
  *
  * These operations may or may not actually be implemented using processor