aboutsummaryrefslogtreecommitdiff
path: root/callback_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move argument converters to callback.go, and optimize return value handling.•••A call now doesn't have to do any reflection, it just blindly invokes a bunch of argument and return value handlers to execute the translation, and the safety of the translation is determined at registration time. David Anderson2015-08-211-0/+97