1
Fork 0
No description
Find a file
2024-12-19 12:42:37 -05:00
loaded channels and tokio::spawn 2024-12-19 12:37:38 -05:00
loader channels and tokio::spawn 2024-12-19 12:37:38 -05:00
.gitignore async thru dylib 2024-12-18 23:22:35 -05:00
readme.md added readme 2024-12-19 12:42:37 -05:00

async hot reloading

minimal example of loading an async function from a .so and spawning it on the tokio executor.

the loaded library returns a

Pin<Box<dyn Future<Output = u64> + Send >>

which can be sent directly to tokio