shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
DeferSigil
Interface DeferSigil
Sigil that registers cleanup for the current process exit path.
interface
DeferSigil
{
"[ECHO_TOKEN]"
?:
readonly
[
void
]
;
cleanup
:
Ritual
<
void
>
;
kind
:
"defer"
;
}
Hierarchy (
View Summary
)
SigilShape
DeferSigil
Index
Properties
[
ECHO_
TOKEN]?
cleanup
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
void
]
Readonly
cleanup
cleanup
:
Ritual
<
void
>
Readonly
kind
kind
:
"defer"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
cleanup
kind
Overview
shajara API
Loading...
Sigil that registers cleanup for the current process exit path.