Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ksbrooksjr
on June 30, 2021
|
parent
|
context
|
favorite
| on:
An Elixir adoption success story
You actually can spin up a background thread in the browser now using web workers[0]. Although, like you mentioned, you don't actually need threads for concurrency. The event loop handles concurrency even in a single threaded environment.
[0]
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...