rockhopper ~master (2024-11-05T20:42:29.9868199)
Dub
Repo
rhMain
rockhopper
core
reactor
Undocumented in source.
mixin template
rhMain (
alias
fn
)
if
(
is
(
typeof
(
fn
) ==
void
delegate
(
)
) ||
is
(
typeof
(
fn
) ==
void
function
(
)
)
) {
void
main
();
}
Members
Functions
main
void
main
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rockhopper
core
reactor
functions
cloneRefAddress
earlyExit
entrypoint
llawait
spawn
yield
mixin templates
rhMain