Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"fn":[["get_default","Executes a closure with a reference to this threads current dispatcher."],["set_default","Sets the dispatch as the default dispatch for the duration of the lifetime of the returned DefaultGuard"],["set_global_default","Sets this dispatch as the global default for the duration of the entire program. Will be used as a fallback if no thread-local dispatch has been set in a thread (using `with_default`.)"],["with_default","Sets this dispatch as the default for the duration of a closure."]],"struct":[["DefaultGuard","A guard that resets the current default dispatcher to the prior default dispatcher when dropped."],["Dispatch","`Dispatch` trace data to a `Subscriber`."],["SetGlobalDefaultError","Returned if setting the global dispatcher fails."]]});