good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Nov 07, 2024
  2. Sep 12, 2024
  3. Sep 09, 2024
  4. Aug 21, 2024
  5. Aug 09, 2024
  6. Apr 09, 2024
    • Jacob's avatar
      Use new atomic types from Go 1.19 · afe94af9
      Jacob authored
      This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems.
      
      Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
      afe94af9
  7. Feb 22, 2024
  8. Oct 26, 2023
  9. Oct 19, 2023
  10. Oct 13, 2023
  11. Oct 10, 2023
  12. Jan 09, 2021
  13. Apr 14, 2020
  14. Feb 26, 2020
  15. Feb 16, 2020
  16. Feb 13, 2020
  17. Feb 09, 2020
Loading