Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public async myfunc (int i);
- ...
- myfunc.begin (i, (obj, res) => {
- myfunc.end (res);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement