FUSE API Functions¶
- pyfuse3.trio_token¶
- Set to the value returned by - trio.lowlevel.current_trio_token()while- main()is running. Can be used by other threads to run code in the main loop through- trio.from_thread.run.
Set to the value returned by trio.lowlevel.current_trio_token() while main() is
running. Can be used by other threads to run code in the main loop through
trio.from_thread.run.