Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Add a main thread waker#28

Merged
bors-servo merged 2 commits intoservo:masterfrom
asajeffrey:main-thread-waker
Jul 24, 2019
Merged

Add a main thread waker#28
bors-servo merged 2 commits intoservo:masterfrom
asajeffrey:main-thread-waker

Conversation

@asajeffrey
Copy link
Copy Markdown
Collaborator

This PR adds a callback which can be called from any process to wake up the main thead. It's needed because of servo embeddings like glutin, where the main thread can be blocked waiting for UI events, and not listening for events from servo.

@asajeffrey
Copy link
Copy Markdown
Collaborator Author

@bors-servo r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit f6eed01 has been approved by asajeffrey

bors-servo pushed a commit that referenced this pull request Jul 24, 2019
Add a main thread waker

This PR adds a callback which can be called from any process to wake up the main thead. It's needed because of servo embeddings like glutin, where the main thread can be blocked waiting for UI events, and not listening for events from servo.
@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit f6eed01 with merge 0418277...

@bors-servo
Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis
Approved by: asajeffrey
Pushing 0418277 to master...

@bors-servo bors-servo merged commit f6eed01 into servo:master Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants