Skip to content

Instantly share code, notes, and snippets.

@freedomtowin
Created February 25, 2025 22:19
Show Gist options
  • Save freedomtowin/baaaac63160b7c6dea6c5566acce7eb8 to your computer and use it in GitHub Desktop.
Save freedomtowin/baaaac63160b7c6dea6c5566acce7eb8 to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
let _some_obj = self.some_obj.clone();
tokio::task::spawn(async move {
process(_some_obj)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment