Skip to content

perf: Migrate logic to async#1309

Open
clemlesne wants to merge 1 commit into
microsoft:mainfrom
clemlesne:feat/async-logic
Open

perf: Migrate logic to async#1309
clemlesne wants to merge 1 commit into
microsoft:mainfrom
clemlesne:feat/async-logic

Conversation

@clemlesne

@clemlesne clemlesne commented Jul 7, 2025

Copy link
Copy Markdown

For backward compatibility, converters are added new "_async" methods, in complement of the original (sync). Sync method is marked deprecated. Youtube converted is executed in a thread context (the lib isn't natively async) and OpenAI integration use the AsyncOpenAI class, also marking sync class as deprecated.

Relates to #13 and #1164.

@clemlesne clemlesne force-pushed the feat/async-logic branch 7 times, most recently from 651428b to 59fa33c Compare July 9, 2025 08:51
For backward compatibility, converters are added new "_async" methods, in complement of the original (sync). Sync method is marked deprecated. Youtube converted is executed in a thread context (the lib isn't natively async) and OpenAI integration use the AsyncOpenAI class, also marking sync class as deprecated.
@Swipe4057

Copy link
Copy Markdown

any updates?

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.

2 participants