Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove special ExecutionContextExecutor #4601

Merged

Conversation

kapunga
Copy link
Contributor

@kapunga kapunga commented May 12, 2024

Removed the synchrous executor from FutureSuite and shared the FutureSuite between JVM and native.

I was unable to find any other single threading hacks for scala-native before 0.5.0, but I'm happy to go back if I missed something.

A special synchronous executor for scala-native is no longer needed
for FutureSuite as scala-native 0.5.x is multi-threaded. FutureSuite
is now shared between JVM and Native.
@armanbilge armanbilge merged commit 07dad69 into typelevel:update/nscplugin-0.5.1 May 13, 2024
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.

None yet

3 participants