State Threads Versions Save

Lightweight thread library for C/C++ coroutine (similar to goroutine), for high performance network servers.

v1.9.5

1 year ago

CHANGELOGS:

  • Check capability for backtrack.
  • Support set specifics for any thread.
  • Support st_destroy to free resources for asan.

v1.9.4

1 year ago

CHANGELOGS:

  • LOONGARCH: Support loongarch for loongson CPU, #24.
  • System: Support Multiple Threads for Linux and Darwin. #19, srs#2188.
  • RISCV: Support RISCV for RISCV CPU, #24.
  • MIPS: Support Linux/MIPS64 for loongson 3A4000/3B3000, #21.
  • AppleM1: Support Apple Silicon M1(aarch64), #30.
  • IDE: Support CLion for debugging and learning.
  • Define and use a new jmpbuf, because the structure is different.

v1.9.3

2 years ago

The branch srs will be patched the following patches:

v1.9.2

3 years ago

v1.9.1

7 years ago
  1. Patched for ARM.
  2. Patched for valgrind.
  3. Patched for OSX.
  4. Disabled all examples.