Files
images
micro_utils.dokka
dev.inmo.micro_utils.android.alerts.common
dev.inmo.micro_utils.android.alerts.recyclerview
dev.inmo.micro_utils.android.recyclerview
dev.inmo.micro_utils.common
dev.inmo.micro_utils.common.compose
dev.inmo.micro_utils.coroutines
-accumulator-flow
-actor-action
-context-safely-exception-handler
-context-safely-exception-handler.html
handler.html
index.html
key.html
-context-safely-exception-handler-key
-deferred-action
-do-with-first-builder
-flow-on-hierarchy-change-listener
-coroutine-scope.html
-default.html
-i-o.html
-linked-supervisor-job.html
-linked-supervisor-scope.html
-u-i.html
[android]do-in-i-o.html
[android]do-synchronously.html
[android]launch-in-current-thread.html
[android]launch-synchronously.html
[jvm]do-in-i-o.html
[jvm]do-synchronously.html
[jvm]launch-in-current-thread.html
[jvm]launch-synchronously.html
accumulator-flow.html
actor-async.html
actor.html
as-deferred.html
async-safely-without-exceptions.html
async-safely.html
await-first-with-deferred.html
await-first.html
build-action.html
context-safely-exception-handler.html
create-actions-actor.html
create-safe-actions-actor.html
default-safely-exception-handler.html
default-safely-without-exception-handler-with-null.html
default-safely-without-exception-handler.html
do-in-default.html
do-in-u-i.html
do-in.html
do-outside-of-coroutine.html
do-with-suspending.html
filter-not-null.html
first-not-null.html
first-of.html
first.html
flat-map-not-null.html
flat-map.html
flatten.html
index.html
invoke-first-of.html
invoke-on-first-of.html
invoke-on-first.html
invoke.html
launch-safely-without-exceptions.html
launch-safely.html
plus.html
run-catching-safely-without-exceptions.html
run-catching-safely.html
safe-actor-async.html
safe-actor.html
safely-with-context-exception-handler.html
safely-with-result.html
safely-without-exceptions.html
safely.html
set-on-hierarchy-change-listener-recursively.html
subscribe-async.html
subscribe-safely-async.html
subscribe-safely-skipping-exceptions-async.html
subscribe-safely-skipping-exceptions.html
subscribe-safely-without-exceptions-async.html
subscribe-safely-without-exceptions.html
subscribe-safely.html
subscribe.html
take-not-null.html
weak-async.html
weak-launch.html
dev.inmo.micro_utils.coroutines.compose
dev.inmo.micro_utils.crypto
dev.inmo.micro_utils.fsm.common
dev.inmo.micro_utils.fsm.common.dsl
dev.inmo.micro_utils.fsm.common.managers
dev.inmo.micro_utils.fsm.common.utils
dev.inmo.micro_utils.fsm.repos.common
dev.inmo.micro_utils.koin
dev.inmo.micro_utils.koin.annotations
dev.inmo.micro_utils.koin.generator.test
dev.inmo.micro_utils.ktor.client
dev.inmo.micro_utils.ktor.common
dev.inmo.micro_utils.ktor.server
dev.inmo.micro_utils.ktor.server.configurators
dev.inmo.micro_utils.language_codes
dev.inmo.micro_utils.matrix
dev.inmo.micro_utils.mime_types
dev.inmo.micro_utils.pagination
dev.inmo.micro_utils.pagination.utils
dev.inmo.micro_utils.repos
dev.inmo.micro_utils.repos.annotations
dev.inmo.micro_utils.repos.cache
dev.inmo.micro_utils.repos.cache.cache
dev.inmo.micro_utils.repos.cache.fallback
dev.inmo.micro_utils.repos.cache.fallback.crud
dev.inmo.micro_utils.repos.cache.fallback.keyvalue
dev.inmo.micro_utils.repos.cache.fallback.keyvalues
dev.inmo.micro_utils.repos.cache.full
dev.inmo.micro_utils.repos.cache.util
dev.inmo.micro_utils.repos.crud
dev.inmo.micro_utils.repos.exposed
dev.inmo.micro_utils.repos.exposed.keyvalue
dev.inmo.micro_utils.repos.exposed.onetomany
dev.inmo.micro_utils.repos.exposed.utils
dev.inmo.micro_utils.repos.exposed.versions
dev.inmo.micro_utils.repos.generator.test
dev.inmo.micro_utils.repos.keyvalue
dev.inmo.micro_utils.repos.ktor.client.crud
dev.inmo.micro_utils.repos.ktor.client.key.value
dev.inmo.micro_utils.repos.ktor.client.key.values
dev.inmo.micro_utils.repos.ktor.common
dev.inmo.micro_utils.repos.ktor.common.crud
dev.inmo.micro_utils.repos.ktor.common.key_value
dev.inmo.micro_utils.repos.ktor.common.one_to_many
dev.inmo.micro_utils.repos.ktor.server.crud
dev.inmo.micro_utils.repos.ktor.server.key.value
dev.inmo.micro_utils.repos.ktor.server.key.values
dev.inmo.micro_utils.repos.mappers
dev.inmo.micro_utils.repos.onetomany
dev.inmo.micro_utils.repos.pagination
dev.inmo.micro_utils.repos.transforms.crud
dev.inmo.micro_utils.repos.transforms.kv
dev.inmo.micro_utils.repos.transforms.kvs
dev.inmo.micro_utils.repos.versions
dev.inmo.micro_utils.safe_wrapper
dev.inmo.micro_utils.selector
dev.inmo.micro_utils.serialization.base64
dev.inmo.micro_utils.serialization.encapsulator
dev.inmo.micro_utils.serialization.typed_serializer
dev.inmo.micro_utils.startup.launcher
dev.inmo.micro_utils.startup.plugin
package-list
scripts
styles
.nojekyll
index.html
navigation.html
InsanusMokrassar 4becae4444 deploy: c70626734e
2023-02-27 10:02:57 +00:00

73 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>handler</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../../styles/style.css" rel="Stylesheet">
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../../styles/main.css" rel="Stylesheet">
<link href="../../../styles/prism.css" rel="Stylesheet">
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
</head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name">
<a href="../../../index.html">
<span>micro_utils.dokka</span>
</a>
</div>
<div>
0.16.13 </div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active="" data-filter=":micro_utils.dokka:dokkaHtml/commonMain">common</button>
</div>
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" id="content" pageIds="micro_utils.dokka::dev.inmo.micro_utils.coroutines/ContextSafelyExceptionHandler/handler/#/PointingToDeclaration//-1478683138">
<div class="breadcrumbs"><a href="../../../index.html">micro_utils.dokka</a><span class="delimiter">/</span><a href="../index.html">dev.inmo.micro_utils.coroutines</a><span class="delimiter">/</span><a href="index.html">ContextSafelyExceptionHandler</a><span class="delimiter">/</span><span class="current">handler</span></div>
<div class="cover ">
<h1 class="cover"><span><span>handler</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="handler.html">handler</a><span class="token operator">: </span><a href="../index.html#-738983448%2FClasslikes%2F-1478683138">ExceptionHandler</a><span class="token operator">&lt;</span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">&gt;</span></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
</div>
</div>
</body>
</html>