Commit 306632b 1 parent f76da34 commit 306632b Copy full SHA for 306632b
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ It is not necessary to fetch results in the same order as they have been submitt
6
6
7
7
Please have a look at the examples folder.
8
8
9
- Usage is thus :
9
+ ## Usage :
10
10
11
- ## Single Request
11
+ ### Single Request
12
12
13
13
<pre >
14
14
// Set the context, mostly this will be shared across the app
@@ -27,7 +27,7 @@ Usage is thus:
27
27
.....
28
28
</pre >
29
29
30
- ## Multiple Requests
30
+ ### Multiple Requests
31
31
32
32
For several parallel requests from the same program the syntax is thus:
33
33
@@ -51,9 +51,9 @@ For several parallel requests from the same program the syntax is thus:
51
51
</pre >
52
52
53
53
54
- #Compile
54
+ ## Compile
55
55
56
- ## Requirements
56
+ ### Requirements
57
57
58
58
- a C++ compiler ( g++/clang++)
59
59
- cmake ( v2.8+ )
@@ -62,7 +62,7 @@ For several parallel requests from the same program the syntax is thus:
62
62
- Google Logging Framework - glog ( v0.3.3 )
63
63
- Boost ( v1.48+)
64
64
65
- ## To Compile
65
+ ### To Compile
66
66
67
67
<pre >
68
68
mkdir build
@@ -71,6 +71,6 @@ cmake ..
71
71
make
72
72
</pre >
73
73
74
- #Thank You
74
+ ## Thank You
75
75
76
76
Kevin Sapper (sappo)
You can’t perform that action at this time.
0 commit comments