Commit 6f489db
authored
[C#] Add support for the ping pong test, bring support for futures that return strings, i.e. types returned via pointers. (#1606)
* add support for the ping-pong test.
Requires supporting futures that return strings.
* address feedback, remove redundant parameters and duplicate Callback function
* add example for regex1 parent 9bda2f3 commit 6f489db
12 files changed
Lines changed: 631 additions & 145 deletions
File tree
- crates
- core/src
- csharp
- src
- test/src
- tests/runtime-async/async/ping-pong
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | | - | |
| 1259 | + | |
1260 | 1260 | | |
1261 | 1261 | | |
1262 | 1262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments