MCPcopy Create free account
hub / github.com/GNOME/gjs / exit_immediately

Method exit_immediately

gjs/context.cpp:945–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void GjsContextPrivate::exit_immediately(uint8_t exit_code) {
946 warn_about_unhandled_promise_rejections();
947
948 ::exit(exit_code);
949}
950
951void GjsContextPrivate::start_draining_job_queue() { m_dispatcher.start(); }
952

Callers 2

marshalMethod · 0.80
callback_closureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected