A separate key space from CallMethod, not a subset of it: the two
directories are disjoint, and which one a method lives in is a property of
the method rather than of how you call it. app.start is a job; app.query
is a call; neither appears in the other's directory.
Every method a surface runs as a job.
A separate key space from CallMethod, not a subset of it: the two directories are disjoint, and which one a method lives in is a property of the method rather than of how you call it.
app.startis a job;app.queryis a call; neither appears in the other's directory.