Expand description
The main entrypoint for bootc, which just performs global initialization, and then calls out into the library.
Functionsยง
- async_
main ๐ - The code called after weโve done process global init and created an async runtime.
- main ๐
- run ๐
- Perform process global initialization, then create an async runtime and do the rest of the work there.