An open API service for providing issue and pull request metadata for open source projects.

GitHub / smol-rs/async-executor issues and pull requests

#143 - Fix newly added clippy warnings

Pull Request - State: closed - Opened by taiki-e 24 days ago

#142 - Update criterion requirement from 0.5 to 0.6

Pull Request - State: open - Opened by dependabot[bot] 2 months ago

#141 - Release 1.13.2

Pull Request - State: closed - Opened by taiki-e 3 months ago

#139 - Feature request: Support `task_local!`

Issue - State: open - Opened by al8n 5 months ago - 2 comments
Labels: good first issue

#138 - ci: Use reusable workflows for fmt and security_audit

Pull Request - State: closed - Opened by taiki-e 6 months ago

#137 - Better memory footprint

Pull Request - State: closed - Opened by purplesyringa 8 months ago - 4 comments

#136 - Ignore poisoning of `active`

Pull Request - State: closed - Opened by purplesyringa 8 months ago

#134 - main_exeuctor from smol-macros

Pull Request - State: closed - Opened by brandonros 9 months ago - 6 comments

#133 - Use "v2.0.0" branch for security check

Pull Request - State: closed - Opened by notgull 9 months ago

#132 - Bump slab to v0.4.7

Pull Request - State: closed - Opened by notgull 10 months ago - 9 comments

#131 - Old slab version in dependencies breaks build

Issue - State: closed - Opened by K0bin 10 months ago

#130 - Abc1

Pull Request - State: closed - Opened by Alina2619 10 months ago - 1 comment

#129 - this is my new commit

Pull Request - State: closed - Opened by Alina2619 10 months ago

#128 - Fix build badge

Pull Request - State: closed - Opened by lewiszlw 11 months ago

#127 - v1.13.1

Pull Request - State: closed - Opened by notgull 11 months ago

#126 - chore: fix clippy complains ident

Pull Request - State: closed - Opened by linyihai 12 months ago

#125 - Fix doc build

Pull Request - State: closed - Opened by linyihai 12 months ago - 1 comment

#124 - docs.rs doc build broken

Issue - State: closed - Opened by kpreid 12 months ago

#123 - v1.13.0

Pull Request - State: closed - Opened by notgull about 1 year ago

#122 - Show documentation for static executors on docs.rs

Pull Request - State: closed - Opened by alyssais about 1 year ago

#121 - remove `Send` bounds on `LocalExecutor::spawn_many`

Pull Request - State: closed - Opened by JieningYu about 1 year ago - 1 comment

#120 - feat: relax Send bound on LocalExecutor::spawn_many

Pull Request - State: closed - Opened by zetanumbers about 1 year ago - 1 comment

#119 - StaticLocalExecutor usage example?

Issue - State: open - Opened by jbr about 1 year ago

#118 - v1.12.0

Pull Request - State: closed - Opened by notgull about 1 year ago - 5 comments

#117 - Experiments with thread-local queueing

Pull Request - State: open - Opened by notgull over 1 year ago

#116 - Add some more filled-out benchmarks

Pull Request - State: closed - Opened by notgull over 1 year ago

#115 - Replace the local worker queues with st3's

Pull Request - State: open - Opened by james7132 over 1 year ago

#114 - v1.11.0

Pull Request - State: closed - Opened by notgull over 1 year ago

#113 - feat: reexport async_task::FallibleTask

Pull Request - State: closed - Opened by jbr over 1 year ago - 2 comments

#112 - Static Executors

Pull Request - State: closed - Opened by james7132 over 1 year ago - 14 comments

#111 - A leaked Executor does not need to track active tasks

Issue - State: closed - Opened by james7132 over 1 year ago - 2 comments

#110 - v1.10.0

Pull Request - State: closed - Opened by notgull over 1 year ago

#109 - Silence clippy

Pull Request - State: closed - Opened by notgull over 1 year ago

#108 - Support racy initialization of an Executor's state

Pull Request - State: closed - Opened by james7132 over 1 year ago - 10 comments

#107 - v1.9.1

Pull Request - State: closed - Opened by notgull over 1 year ago

#106 - Revert optimized threadqueue changes for now

Pull Request - State: closed - Opened by notgull over 1 year ago

#105 - v1.9.1

Pull Request - State: closed - Opened by notgull over 1 year ago - 6 comments

#104 - Fix hangs due to tasks being stuck inside of local queues

Pull Request - State: closed - Opened by notgull over 1 year ago - 8 comments

#103 - 1.9.0 may need to be yanked

Issue - State: closed - Opened by james7132 over 1 year ago - 12 comments

#102 - Fix deadlock when only calling `Executor::tick` to drive it

Pull Request - State: closed - Opened by james7132 over 1 year ago - 2 comments

#101 - Use wrapping_add to avoid a panic in debug mode

Pull Request - State: closed - Opened by james7132 over 1 year ago

#100 - Wake up threads more aggressively if there is known work to do

Issue - State: open - Opened by james7132 over 1 year ago - 3 comments

#99 - Tick counter can overflow on debug mode

Issue - State: closed - Opened by notgull over 1 year ago

#98 - v1.9.0

Pull Request - State: closed - Opened by notgull over 1 year ago - 4 comments

#97 - MSRV might be set too low

Issue - State: closed - Opened by james7132 over 1 year ago - 1 comment

#96 - Avoid redundant lookups in the active slab when spawning new tasks

Pull Request - State: closed - Opened by james7132 over 1 year ago

#95 - Weaken the atomic orderings for notification

Pull Request - State: closed - Opened by james7132 over 1 year ago

#94 - Replace unnecessary atomics with non-atomic operations

Pull Request - State: closed - Opened by james7132 over 1 year ago

#93 - Use actual thread local queues instead of using a RwLock

Pull Request - State: closed - Opened by james7132 over 1 year ago - 8 comments

#92 - Add a way to batch spawn tasks

Pull Request - State: closed - Opened by notgull over 1 year ago - 5 comments

#91 - Efficient way of batch spawning a large number of tasks

Issue - State: closed - Opened by james7132 over 1 year ago - 3 comments

#90 - minimum supported async-task version is 4.4.0

Pull Request - State: closed - Opened by jbr over 1 year ago - 1 comment

#89 - Panic on multithreaded browser Wasm

Issue - State: closed - Opened by kettle11 over 1 year ago - 6 comments

#88 - try_tick considered harmful

Issue - State: open - Opened by notgull over 1 year ago - 2 comments

#87 - Use Semaphore instead of manual event-listener

Pull Request - State: closed - Opened by notgull over 1 year ago

#86 - Update event-listener requirement from 3.0.0 to 4.0.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#85 - Relax MSRV to 1.60

Pull Request - State: closed - Opened by taiki-e over 1 year ago

#84 - Allow creating tasks with metadata

Issue - State: open - Opened by notgull over 1 year ago - 1 comment
Labels: enhancement, good first issue

#83 - Update event-listener requirement from 3.0.0 to 4.0.2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#82 - Update event-listener requirement from 3.0.0 to 4.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#81 - v1.8.0

Pull Request - State: closed - Opened by notgull over 1 year ago

#80 - Update event-listener requirement from 3.0.0 to 4.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments

#79 - v1.7.2

Pull Request - State: closed - Opened by notgull over 1 year ago

#78 - Propagate panics in tasks

Pull Request - State: closed - Opened by notgull over 1 year ago - 2 comments

#77 - Fix dev-dependency issue on WASM

Pull Request - State: closed - Opened by notgull over 1 year ago

#76 - v1.7.1

Pull Request - State: closed - Opened by notgull over 1 year ago

#75 - Fix wasm32 compile errors

Pull Request - State: closed - Opened by notgull over 1 year ago

#74 - Add a disclaimer saying this is a basic executor

Pull Request - State: closed - Opened by notgull over 1 year ago

#73 - Use once_cell instead of async-lock

Pull Request - State: closed - Opened by Bluefinger over 1 year ago - 2 comments

#72 - v1.7 no longer compiles for `wasm32`

Issue - State: closed - Opened by tomaka over 1 year ago - 6 comments

#71 - v1.7.0

Pull Request - State: closed - Opened by notgull over 1 year ago

#70 - Bump async-io, async-lock and futures-lite

Pull Request - State: closed - Opened by notgull over 1 year ago

#69 - Update async-channel requirement from 1.4.1 to 2.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago

#68 - Update async-io requirement from 1.1.9 to 2.1.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#67 - Update futures-lite requirement from 1.11.0 to 2.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#66 - Update async-lock requirement from 2.6 to 3.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment

#65 - Update async-io requirement from 1.1.9 to 2.0.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment

#64 - "Next task" optimization

Issue - State: open - Opened by notgull almost 2 years ago - 2 comments

#63 - v1.6.0

Pull Request - State: closed - Opened by notgull almost 2 years ago

#62 - Push task directly to the local queue

Issue - State: open - Opened by notgull almost 2 years ago - 1 comment

#61 - Remove the thread-local executor optimization

Pull Request - State: closed - Opened by notgull almost 2 years ago

#60 - BorrowError on a server with a huge amount of tasks

Issue - State: closed - Opened by nullchinchilla almost 2 years ago - 2 comments

#59 - Add an example of an executor with limited tasks

Pull Request - State: closed - Opened by notgull almost 2 years ago

#57 - open-rmf/rmf_site freezes when updating from 1.5.1 to 1.5.3

Issue - State: closed - Opened by taiki-e almost 2 years ago - 4 comments

#56 - v1.5.4

Pull Request - State: closed - Opened by notgull almost 2 years ago

#55 - Fix a bug where TLS would become None

Pull Request - State: closed - Opened by notgull almost 2 years ago

#54 - Panic with version 1.5.3

Issue - State: closed - Opened by Schmiddiii almost 2 years ago - 1 comment

#53 - Stack overflow when updating from 1.5.1 to 1.5.3

Issue - State: closed - Opened by abr-egn almost 2 years ago - 9 comments

#52 - v1.5.3

Pull Request - State: closed - Opened by notgull almost 2 years ago

#51 - Remove unused memchr dependency

Pull Request - State: closed - Opened by notgull almost 2 years ago

#50 - Ensure that ex.run() produces a Send future

Pull Request - State: closed - Opened by notgull almost 2 years ago

#49 - After non-breaking v1.5.2 release some types suddenly became non-send

Issue - State: closed - Opened by PolyMeilex almost 2 years ago - 4 comments

#48 - v1.5.2

Pull Request - State: closed - Opened by notgull almost 2 years ago

#47 - Update to fastrand 2.0.0 isn't published

Issue - State: closed - Opened by mwcampbell almost 2 years ago - 3 comments

#46 - Add smol-rs logo to docs

Pull Request - State: closed - Opened by notgull about 2 years ago

#45 - Use fastrand v2.0.0

Pull Request - State: closed - Opened by notgull about 2 years ago

#44 - Add hook to be called when new pending task is available

Issue - State: closed - Opened by Lupus about 2 years ago - 7 comments