Skip to content

Fix #126 DynamicFontTableProvider not being Send + Sync#127

Closed
PanieriLorenzo wants to merge 1 commit into
yeslogic:masterfrom
PanieriLorenzo:fix-#126
Closed

Fix #126 DynamicFontTableProvider not being Send + Sync#127
PanieriLorenzo wants to merge 1 commit into
yeslogic:masterfrom
PanieriLorenzo:fix-#126

Conversation

@PanieriLorenzo

@PanieriLorenzo PanieriLorenzo commented Jan 13, 2026

Copy link
Copy Markdown

Added constraint Send + Sync on the Box<dyn ...> inside font_data::DynamicFontTableProvider in order to make the type Send + Sync.

All tests pass.

Closes #126

@wezm

wezm commented Jan 19, 2026

Copy link
Copy Markdown
Contributor

Manually applied in 6330b35

@wezm wezm closed this Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DynamicFontTableProvider is not Send + Sync

2 participants