Skip to content

Commit

Permalink
update heartbeat comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Mar 2, 2023
1 parent b094796 commit 9b5d06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/lib/wasmfs/thread_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class ProxyWorker {
// progress even if the main thread is blocked.
//
// TODO: Remove this once we can postMessage directly between workers
// without involving the main thread.
// without involving the main thread or once all browsers ship
// Atomics.waitAsync.
//
// Note that this requires adding _emscripten_proxy_execute_queue to
// EXPORTED_FUNCTIONS.
Expand Down

0 comments on commit 9b5d06e

Please sign in to comment.