Created
February 25, 2025 22:19
-
-
Save freedomtowin/baaaac63160b7c6dea6c5566acce7eb8 to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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