Closed Bug 1660393 Opened 4 years ago Closed 4 years ago

Introduce async access to Resource Protocol from Rust

Categories

(Core :: XPCOM, task)

task

Tracking

()

RESOLVED FIXED
84 Branch
Tracking Status
firefox84 --- fixed

People

(Reporter: zbraniecki, Assigned: u480271)

References

Details

Attachments

(3 files)

For bug 1660392 we need an async access to Resource Protocol

:djg offered to take this one

Assignee: nobody → dglastonbury
Blocks: 1660392
See Also: → 1660394

Allow Rust Futures to be polled to completion on the current thread's
nsIEventTarget.

Futures don't need to be Send since they are polled on the thread spawning the
task responsible to completing the Future.

Depends on D89693

Depends on: 1664526
Whiteboard: leave-open
Keywords: leave-open
Whiteboard: leave-open
Pushed by dglastonbury@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8c66a0e09b1
P1: Add support to moz-task to spin event loop. r=nika
https://hg.mozilla.org/integration/autoland/rev/3eda0309cd12
P2: Add `Future` execution support. r=nika
Keywords: leave-open
Pushed by dglastonbury@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8861d51b01e
P3: Implement load_sync and load_async functions for L10n. r=zbraniecki,froydnj
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: