Exile - NIF based alternative to ports for running external programs. Provides back-pressure using non-blocking io
|
|
19
|
1264
|
August 8, 2020
|
How to to insert multiple records asynchronously inside a transaction with Ecto
|
|
3
|
244
|
November 27, 2020
|
Most efficient way for a process to voluntarily yield scheduling priority?
|
|
11
|
417
|
November 10, 2020
|
Task.async not working in azure environment
|
|
7
|
263
|
September 9, 2020
|
Managing multiple related async tasks
|
|
12
|
457
|
August 11, 2020
|
GenServer blocking in async task
|
|
11
|
472
|
June 26, 2020
|
Concurrency vs asynchronous?
|
|
1
|
332
|
June 2, 2020
|
Asynchronously handling batches of messages in Broadway
|
|
1
|
209
|
May 4, 2020
|
What do GenServers offer over Tasks?
|
|
10
|
445
|
May 3, 2020
|
MecksUnit: Elegantly mock module functions in (async) ExUnit tests
|
|
23
|
2672
|
April 19, 2020
|
How to process data asynchronously in Elixir?
|
|
14
|
425
|
April 16, 2020
|
Using concurrency to quickly collate data from multiple sources
|
|
11
|
387
|
February 29, 2020
|
Should I call Task.await if Task.yield returns {:ok, value}?
|
|
22
|
728
|
October 18, 2019
|
How to kill a Task in Task.Supervisor.async_stream_nolink?
|
|
5
|
557
|
August 21, 2019
|
Best way to run a non-blocking async function from a GenServer?
|
|
2
|
438
|
August 16, 2019
|
Is plug_logger_json async?
|
|
10
|
557
|
July 17, 2019
|
Async Task not returning results
|
|
4
|
390
|
May 21, 2019
|
Problem with testing bulk inserts with Task.async_stream
|
|
6
|
974
|
April 18, 2019
|
problem asynchronizing ecto calls
|
|
16
|
2039
|
February 6, 2019
|
What do you think of AsyncWith?
|
|
5
|
701
|
January 17, 2019
|
How can I improve this migration script?
|
|
5
|
361
|
December 30, 2018
|
Notify controller action method from other independent handler within specific time
|
|
1
|
252
|
December 18, 2018
|
How to handle background jobs with elixir/phoenix
|
|
11
|
5206
|
September 26, 2018
|
Poll Telegram API until response
|
|
9
|
723
|
September 3, 2018
|
Message delivery order guarantees for GenServer
|
|
3
|
595
|
September 1, 2018
|
Test mqqt behaviors and events emitted
|
|
0
|
385
|
August 24, 2018
|
Using `Task.start` on Phoenix seeds?
|
|
4
|
1184
|
July 15, 2018
|
Handle_continue callback for OTP - good or bad?
|
|
4
|
1286
|
June 21, 2018
|