Skip to content

Commit 361879d

Browse files
committed
move all coroutine stuff into one file
1 parent a5c733c commit 361879d

File tree

23 files changed

+645
-777
lines changed

23 files changed

+645
-777
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ set(SCL_SOURCE_FILES
7373
src/scl/math/secp256k1_curve.cc
7474
src/scl/math/number.cc
7575

76-
src/scl/coro/runtime.cc
76+
src/scl/coro.cc
7777

7878
src/scl/net/tcp/config.cc
7979
src/scl/net/tcp/utils.cc

0 commit comments

Comments
 (0)