-
Notifications
You must be signed in to change notification settings - Fork 5
Process modifer #34
Comments
If the keyword |
I would choose the keywords |
I suspect that the second type will not be used very often and the second type is basically a mix of the other two. I don't really like the keyword |
Starting, stopping, intercepting or waiting for an inline process should result in a compiler error. |
|
remote
: process must always be called remotely and can't be inlined.global
/runtime
/public
: process will be inlined, but will also be available at runtime. Warning: waiting for or intercepting this process will only work when called remotely by a different project.inline
/compiletime
/private
: process will not be available at runtime and can't be intercepted or waited for. This enablesstring
parameters. This should be the default.The text was updated successfully, but these errors were encountered: