Latest #asynchronous Threads 
Hi y’all -
I’m working on using Rustler to create Elixir bindings for this extremely nifty embedded multimodal AI / vector database Lanc...
New
LiveBulkAsync is a small library that extends LiveView’s async support to work with LiveComponent’s update_many function.
My main use ca...
New
Hi there. I need to redirect the user from one LiveView to another after they click a button, but also do some work in the background. I ...
New
Hi,
Is there a way to preload %AsyncResult{}? My UI is a chat widget where the messages are an array of messages wrapped inside AsyncRes...
New
Hi,
I am using Async Operations for nested data loading.
I am getting this issue.
[error] GenServer #PID<0.1134.0> terminating
*...
New
defmodule SomeMonitor do
use GenServer
@timeout 5_000
def start_link(_) do
GenServer.start_link(__MODULE__, [], name: __MODUL...
New
We have a lib that exports two functions:
Lib.connect(ip, port) simply calls :gen_tcp.connect(to_charlist(ip), port, [:binary])
Lib....
New
During a database transaction, we are spawning a Task. The Task ends up querying the database itself, which leads to a race condition: th...
New
We’ve been using Absinthe to power a mobile BFF in a kubernetes environment for several years now. One of the challenging aspects of this...
New
I just released the first version of ExWaiter - A helper for waiting on asynchronous conditions to be met.
https://hexdocs.pm/ex_waiter/...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
I have code to do bulk insert which looks like this:
stream = build_attrs_stream()
Repo.transaction(fn ->
stream
|> Stream.ch...
New
Hi y’all -
I’m working on using Rustler to create Elixir bindings for this extremely nifty embedded multimodal AI / vector database Lanc...
New
Hi,
I am using Async Operations for nested data loading.
I am getting this issue.
[error] GenServer #PID<0.1134.0> terminating
*...
New
Hi,
Is there a way to preload %AsyncResult{}? My UI is a chat widget where the messages are an array of messages wrapped inside AsyncRes...
New
Hi there. I need to redirect the user from one LiveView to another after they click a button, but also do some work in the background. I ...
New
LiveBulkAsync is a small library that extends LiveView’s async support to work with LiveComponent’s update_many function.
My main use ca...
New
Trending Over Three Years
It is a well-know topic within the Elixir community: “To mock or not to mock? :)”
Every alchemist probably has his / her own opinion con...
New
Hello, again folks!
I’ve been challenged by a problem this week and I’m not quite sure how to proceed to solve it. Also, I’ve spent a go...
New
I seem to be having an issue making some code asynchronous. I’m running
stream = Task.Supervisor.async_stream_nolink(
Module....
New
I’m currently playing around with GenServers and for a totally unrealistic, but still interesting problem, I wondered whether there is a ...
New
Exile is an alternative to beam ports for running external programs. It provides back-pressure using non-blocking io, and tries to fix al...
New
I have a large amount of user data that I want to run some expensive analysis on every time the user makes a change. Obviously I don’t wa...
New
Background
I’m working on a Discord bot in Elixir that runs as two separate applications, the bot itself, and all the backend logic and d...
New
All is in the title, but to clarify:
It seems that if Task.yield returns {:ok, value} it means that the task result message was receive...
New
I have something similar to the following code:
genserver_name = "cool_name"
task = Task.async(fn -> MyModule.start() end)
...
New
Hi Everyone,
I have controller that takes request with a CSV file & email_id in the parameter.
What is does each read through each ...
New
During a database transaction, we are spawning a Task. The Task ends up querying the database itself, which leads to a race condition: th...
New
I’m running batches of short-lived fire and forget tasks (I sometimes receive feedback from them).
I can kill the tasks from within them...
New
I am currently stuck with an implementation of a function that has to poll the Telegram API periodically and wait for a response from thi...
New
I’ve been using the Task and Task.Supervisor utilities, but haven’t found the best way to handle creating a non-blocking, unlinked async ...
New
I am using Task.async to move a task in background. It is working fine in my local.
But when the code is deployed to azure environment i...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







