-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's one struct for oneway msgs and one struct for future-msgs each. This encore method in class `Foo` def bar(x:int, y:string) {...} will generate: struct ___encore_Foo_bar_fut_msg { encore_fut_msg_t msg; int64_t x; char* y; }; struct ___encore_Foo_bar_oneway_msg { encore_msg_t msg; int64_t x; char* y; };
- Loading branch information
Stephan Brandauer
committed
Feb 4, 2015
1 parent
6660676
commit bf853ae
Showing
3 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters