1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/research/st
Winlin ff91757a3a
ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989)
1. `trunk/research/st/exceptions.cpp` About exceptions with ST, works
well on linux and mac, not work on cygwin.
2. `trunk/research/st/pthreads.cpp` About pthreads with ST, works well
on all platforms.
3. `trunk/research/st/hello.cpp` Hello world, without ST, works well on
all platforms.
4. `trunk/research/st/hello-world.cpp` Hello world, with ST, works well
on all platforms.
5. `trunk/research/st/hello-st.cpp` A very simple version for hello
world with ST, works well on all platforms.
2024-03-24 09:28:46 +08:00
..
.gitignore Clock: Update stat. Insert timer to execute first 2021-02-11 17:34:03 +08:00
cost.cpp Clock: Update stat. Insert timer to execute first 2021-02-11 17:34:03 +08:00
exceptions.cpp ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989) 2024-03-24 09:28:46 +08:00
hello-st.cpp ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989) 2024-03-24 09:28:46 +08:00
hello-world.cpp ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989) 2024-03-24 09:28:46 +08:00
hello.cpp ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989) 2024-03-24 09:28:46 +08:00
huge-threads.cpp Update 2020-10-31 21:19:41 +08:00
pthreads.cpp ST: Research adds examples that demos pthread and helloworld. v6.0.118 (#3989) 2024-03-24 09:28:46 +08:00
udp-client.cpp Add research for UDP binding 2021-01-05 18:30:39 +08:00
udp-server.cpp Add research for UDP binding 2021-01-05 18:30:39 +08:00