Skip to content

Commit

Permalink
async
Browse files Browse the repository at this point in the history
  • Loading branch information
reallovelei committed Sep 2, 2022
1 parent c219f5b commit 2b38744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ContextTestServer/ContextTest.tars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module StressTest{
interface ContextTest{

int Add(int a,int b,out int c); // Some example function
int Add(int a,int b,out int c); // Some example function
int Sub(int a,int b,out int c); // Some example function
};
};
3 changes: 2 additions & 1 deletion examples/ContextTestServer/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
make
#make
go build -o ContextTestServer
./ContextTestServer --config=ContextTestServer.conf

0 comments on commit 2b38744

Please sign in to comment.