initSidebarItems({"fn":[["block_on_all","Run the provided future to completion using a runtime running on the current thread."],["run","Start a current-thread runtime using the supplied future to bootstrap execution."],["spawn","Executes a future on the current thread."]],"struct":[["Builder","Builds a Single-threaded runtime with custom configuration values."],["Handle","Handle to spawn a future on the corresponding `CurrentThread` runtime instance"],["Runtime","Single-threaded runtime provides a way to start reactor and executor on the current thread."],["TaskExecutor","Executes futures on the current thread."]]});