Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.2 KB

index.md

File metadata and controls

33 lines (20 loc) · 2.2 KB

Free Threaded Python Documentation

Welcome to the documentation for Free Threaded Python and the ft_utils library. This documentation provides an introduction to the concepts and best practices of concurrent programming in Free Threaded Python, as well as a comprehensive guide to the ft_utils API.

Introduction

Atomicity in Python

ft_utils API Documentation

Examples

Experimental

The ft_utils.ENABLE_EXPERIMENTAL flag defaults to False. When set to True some features are made available which are not fully supported and/or not fully backward compatible. The flag must be set before trying to use these features for the first time because of caching.

On Github