forked from Orchid/orchid
Introduced dylib extension format, cleared up shutdown sequence
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use orchid_extension::entrypoint::ExtensionBuilder;
|
||||
use orchid_extension::tokio::tokio_main;
|
||||
use orchid_std::{MacroSystem, StdSystem};
|
||||
use orchid_extension::tokio_main;
|
||||
use orchid_std::builder;
|
||||
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
pub async fn main() {
|
||||
tokio_main(ExtensionBuilder::new("orchid-std::main").system(StdSystem).system(MacroSystem)).await
|
||||
tokio_main! {
|
||||
builder()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user