Skip to content

Remove fml::ThreadLocalUniquePointer<T>. #141127

@chinmaygarde

Description

@chinmaygarde

After flutter/engine#49297 lands, this utility becomes an anachronism. The same can now be replaced by the standard thread_local std::unique_ptr<T>. We should remove this old compat code and modernize uses.

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.good first issueRelatively approachable for first-time contributorsteam-engineOwned by Engine teamtriaged-engineTriaged by Engine teamwaiting for PR to land (fixed)A fix is in flight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions