Advertisement
rotrevrep

Untitled

Jan 8th, 2016
2,616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.09 KB | None | 0 0
  1. public async myfunc (int i);
  2. ...
  3. myfunc.begin (i, (obj, res) => {
  4.   myfunc.end (res);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement