Skip to content

yuvalif/test_spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

to build with ceph's spawn library:

 g++ --std=c++17 -Wall -o test_spawn test_spawn.cpp -lboost_coroutine -lboost_context -lpthread -I ./spawn/include/

to build with boost's spawn library:

 g++ -DUSE_BOOST_SPAWN --std=c++17 -Wall -o test_spawn test_spawn.cpp -lboost_coroutine -lboost_context -lpthread -I ./spawn/include/

to make sure that the process crash on stack overflow (either for ceph or for boost spawn libraries):

 g++ -DTEST_CRASH --std=c++17 -Wall -o test_spawn test_spawn.cpp -lboost_coroutine -lboost_context -lpthread -I ./spawn/include/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages