Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / smol-rs/async-task issues and pull requests
#85 - Miri supports epoll nowadays
Pull Request -
State: open - Opened by oli-obk 9 days ago
- 1 comment
#84 - Use "v2.0.0" branch for security check
Pull Request -
State: closed - Opened by notgull about 1 month ago
#83 - Boxing large futures is unsubstantiated
Issue -
State: open - Opened by zetanumbers about 1 month ago
- 2 comments
#82 - Fix build badge
Pull Request -
State: closed - Opened by lewiszlw 2 months ago
#81 - chore: Fix typo
Pull Request -
State: closed - Opened by jayvdb 3 months ago
#80 - Silence Clippy
Pull Request -
State: closed - Opened by notgull 3 months ago
#79 - Add SAFETY comments and notes for `unsafe` blocks
Pull Request -
State: open - Opened by cblichmann 3 months ago
- 1 comment
#78 - Duplicated raw function monomorphizations
Issue -
State: open - Opened by smalis-msft 6 months ago
#77 - overgeneral documentation
Issue -
State: open - Opened by lolbinarycat 6 months ago
- 4 comments
#76 - `Builder::spawn` should encode the metadata lifetime contract
Issue -
State: open - Opened by jstarks 6 months ago
- 3 comments
#75 - Clarify safety of spawn_unchecked for Runnable lifetime
Issue -
State: closed - Opened by orlp 7 months ago
- 2 comments
#74 - v4.7.1
Pull Request -
State: closed - Opened by notgull 7 months ago
#73 - Improve panic message for when a task is polled after completion
Pull Request -
State: closed - Opened by SkiFire13 7 months ago
#72 - Always set #![no_std] to fix redundant import warning
Pull Request -
State: closed - Opened by taiki-e 9 months ago
#71 - Update flaky_test requirement from 0.1 to 0.2
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
#70 - docs: Mention drop() is not run for detached tasks
Pull Request -
State: closed - Opened by vojtechkral 11 months ago
#69 - Fix CI failure & Migrate to Rust 2021
Pull Request -
State: closed - Opened by taiki-e 11 months ago
#68 - v4.7.0
Pull Request -
State: closed - Opened by notgull 11 months ago
#67 - Update smol requirement from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 3 comments
#66 - Implicit boxing of large futures causes excessive monomorphization
Issue -
State: open - Opened by osiewicz 12 months ago
- 2 comments
#65 - runnable: reintroduce into_raw/from_raw functions.
Pull Request -
State: closed - Opened by osiewicz 12 months ago
#64 - v4.6.0
Pull Request -
State: closed - Opened by notgull 12 months ago
#63 - Add leap_unwrap & make RawTask::TASK_LAYOUT non-optional
Pull Request -
State: closed - Opened by osiewicz 12 months ago
#62 - When does schedule called?
Issue -
State: closed - Opened by Berrysoft about 1 year ago
- 4 comments
#61 - Unclear behaviour of casting ptr of RawTask to ptr of Header
Issue -
State: closed - Opened by mnpw about 1 year ago
- 1 comment
#60 - Update futures-lite requirement from 1.12.0 to 2.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
#59 - v4.5.0
Pull Request -
State: closed - Opened by notgull about 1 year ago
#58 - Support for CPU architectures with no atomic instructions
Pull Request -
State: closed - Opened by ivmarkov about 1 year ago
- 2 comments
#57 - Use portable-atomic
Issue -
State: closed - Opened by ivmarkov about 1 year ago
- 3 comments
#56 - Remove needless import
Pull Request -
State: closed - Opened by taiki-e about 1 year ago
#55 - Fix newly added clippy warning
Pull Request -
State: closed - Opened by taiki-e about 1 year ago
#54 - v4.4.1
Pull Request -
State: closed - Opened by notgull about 1 year ago
#53 - fails to test examples without feature std
Issue -
State: open - Opened by jonassmedegaard about 1 year ago
- 1 comment
#52 - Why manual call of schedule is needed on runnable?
Issue -
State: closed - Opened by npuichigo over 1 year ago
- 2 comments
#51 - Update flume requirement from 0.10 to 0.11
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
#50 - Efficiently support bounded queues for scheduling?
Issue -
State: closed - Opened by jasta over 1 year ago
- 5 comments
#49 - Clarify safety docs for `spawn_unchecked`
Pull Request -
State: closed - Opened by khoover over 1 year ago
#48 - docs(examples): Add example for capturing metadata
Pull Request -
State: closed - Opened by khoover over 1 year ago
#47 - Add smol-rs logo to docs
Pull Request -
State: closed - Opened by notgull over 1 year ago
#46 - Http clients for async-task
Issue -
State: closed - Opened by maxwellflitton over 1 year ago
- 5 comments
#45 - v4.4.0
Pull Request -
State: closed - Opened by notgull over 1 year ago
#44 - ci: Add async-executor test to the CI
Pull Request -
State: closed - Opened by notgull over 1 year ago
#43 - Run tests for async-executor in CI
Issue -
State: closed - Opened by notgull over 1 year ago
#42 - Add `woken_while_running` as another argument to the scheduling function
Pull Request -
State: closed - Opened by js2xxx over 1 year ago
- 4 comments
#41 - Clean up CI config
Pull Request -
State: closed - Opened by taiki-e almost 2 years ago
#40 - Implement scoped tasks
Pull Request -
State: closed - Opened by notgull almost 2 years ago
- 3 comments
#39 - Add default metadata type to FallibleTask
Pull Request -
State: closed - Opened by taiki-e about 2 years ago
#38 - Why was metadata removed from a previous version of async-task?
Issue -
State: closed - Opened by notgull about 2 years ago
- 2 comments
#37 - Add panic propagation
Pull Request -
State: closed - Opened by notgull about 2 years ago
- 2 comments
#36 - Bug: Unit test with expected panic message randomly fails because of crate-specific panic message
Issue -
State: closed - Opened by urben1680 about 2 years ago
- 2 comments
#35 - Dummy task
Issue -
State: closed - Opened by MiniaczQ about 2 years ago
- 2 comments
#34 - Add FallibleTask::is_finished()
Pull Request -
State: closed - Opened by mystenmark about 2 years ago
- 3 comments
#33 - Add metadata to tasks
Pull Request -
State: closed - Opened by notgull about 2 years ago
- 13 comments
#32 - Ensure that allocation doesn't exceed isize::MAX
Pull Request -
State: closed - Opened by taiki-e about 2 years ago
#31 - Add names to tasks
Issue -
State: closed - Opened by notgull over 2 years ago
- 1 comment
#30 - Evaluate the layouts for the tasks at compile time
Pull Request -
State: closed - Opened by notgull over 2 years ago
- 2 comments
#29 - Store reference to TaskLayout in TaskVTable for increased debuggability.
Pull Request -
State: closed - Opened by michaelwoerister over 2 years ago
- 5 comments
#28 - Update MIRIFLAGS
Pull Request -
State: closed - Opened by taiki-e over 2 years ago
#27 - Let the compiler do memory layout computation for tasks at compile time
Pull Request -
State: closed - Opened by michaelwoerister over 2 years ago
- 5 comments
#26 - How can I clone a `Task`
Issue -
State: closed - Opened by raindust over 2 years ago
- 6 comments
#25 - Make the raw task layout const
Pull Request -
State: closed - Opened by james7132 over 2 years ago
- 5 comments
#24 - Custom allocators
Issue -
State: open - Opened by james7132 over 2 years ago
- 3 comments
#23 - Can there be no additional scheduling of tasks when Task cancel or Detach
Issue -
State: closed - Opened by shuaihuGao over 2 years ago
- 1 comment
#22 - Task not get rescheduled randomly
Issue -
State: open - Opened by sgdxbc over 2 years ago
- 1 comment
#21 - Add non-panicking poll option for Task
Pull Request -
State: closed - Opened by mystor almost 3 years ago
#20 - Option to avoid panicking when polling a cancelled task
Issue -
State: closed - Opened by mystor almost 3 years ago
- 3 comments
#19 - Added a way to obtain an indication of the current task state
Pull Request -
State: closed - Opened by VictorKoenders almost 3 years ago
- 6 comments
#18 - Fix CI
Pull Request -
State: closed - Opened by taiki-e almost 3 years ago
#17 - How to join the task when task sets detached?
Issue -
State: closed - Opened by ethe almost 3 years ago
- 2 comments
#16 - Add blocking wrapper
Issue -
State: closed - Opened by zeenix about 3 years ago
- 6 comments
#15 - Remove readme field from Cargo.toml
Pull Request -
State: closed - Opened by taiki-e almost 4 years ago
#14 - Update license badge to match Cargo.toml
Pull Request -
State: closed - Opened by taiki-e almost 4 years ago
#13 - task parking / unparking
Issue -
State: closed - Opened by andrewbanchich almost 4 years ago
- 5 comments
#12 - Update URLs
Pull Request -
State: closed - Opened by taiki-e almost 4 years ago
#11 - Update flume to 0.10
Pull Request -
State: closed - Opened by taiki-e almost 4 years ago
#10 - Fix CI
Pull Request -
State: closed - Opened by taiki-e almost 4 years ago
#9 - Add support for intrusive linked lists
Pull Request -
State: closed - Opened by jynnantonix about 4 years ago
- 2 comments
#8 - Error in docs about `Runnable::run` return value
Issue -
State: closed - Opened by phil-opp about 4 years ago
- 2 comments
#7 - Support for statically allocating tasks (no_alloc usage)
Issue -
State: open - Opened by Dirbaio over 4 years ago
- 5 comments
#6 - Build fails on nightly due to type_length_limit error
Issue -
State: closed - Opened by tmandry over 4 years ago
- 1 comment
#5 - do not impose send + sync for schedule function for spawn_local
Pull Request -
State: closed - Opened by glommer over 4 years ago
- 4 comments
#4 - Re-using memory for RawTask
Issue -
State: closed - Opened by rw over 4 years ago
- 1 comment
#3 - spawn_local for no_std ?
Issue -
State: closed - Opened by jothan over 4 years ago
- 4 comments
#2 - Run `poll_drop` destructors when invoking `Task::cancel`
Issue -
State: open - Opened by yoshuawuyts over 4 years ago
- 2 comments
#1 - [Feature Request] a non-async way to poll a JoinHandle for a result
Issue -
State: closed - Opened by kyren over 4 years ago
- 5 comments