Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/bastion-rs/agnostik

Executor Agnostic Runtime that can run your futures with your favourite Executor
https://github.com/bastion-rs/agnostik

Move examples to tests and remove run example from ci.sh

aeea1e497beafb5bb65300a83c256ea0b6f53f73 authored over 4 years ago by Justus K <[email protected]>
Remove remote handle join handle and futures dependency

2792e405172642dc67d00b02ee70a7aead960b01 authored over 4 years ago by Justus K <[email protected]>
examples and runs

a388abefade42e4567ea87ce63e4fe8dec327a66 authored over 4 years ago by Mahmut Bulut <[email protected]>
Make everything awesome

b9d20bc1700648fecaa25727381c02b4d9de1fb3 authored over 4 years ago by Mahmut Bulut <[email protected]>
Add first part of bastion executor

3f857b9e6f6c8a1f0992eced88aa44a1f2755dc9 authored over 4 years ago by Justus K <[email protected]>
Remove tokio specific block_on method

3e362057b3d8437172200bd8eabc2557a9db4000 authored over 4 years ago by Justus K <[email protected]>
Add self parameter to AgnostikExecutor methods

be7b2a6bc25f57604fdc47c0be3ba1d3a2fa5b37 authored over 4 years ago by Justus K <[email protected]>
Add tokio executor

0195fbc1fceb5bbdfe041a440304e4f1dcce2234 authored over 4 years ago by Justus K <[email protected]>
Add tokio AgnostikExecutor

f06d34dbac7d4da3a73d91aa4c1535538926122e authored over 4 years ago by Justus K <[email protected]>
Remove runtime_nostd feature from cargo.toml

26d4f5a419803a4855c16f58c8ddd8c1b3f32d9d authored over 4 years ago by Justus K <[email protected]>
Remove nostd test in ci.sh

35bc1a2dc3c11850adf052b3eb79e582467183ae authored over 4 years ago by Justus K <[email protected]>
Implement AsyncStdExecutor and AgnostikExecutor trait

78b89b10f5d82e437d08b7f534093e3c0a8a4671 authored over 4 years ago by Justus K <[email protected]>
Add documentation to AgnostikExecutor methods

603eee1e409fb361c7a8513ec83d6ef0f1ab82fa authored over 4 years ago by Justus K <[email protected]>
Add AgnostikExecutor trait

d66f73b97b738121bb7dae9f00f2130ef425d2a0 authored over 4 years ago by Justus K <[email protected]>
Add feature gate to RemoteHandle implementation

8dfaf2f49a4ae5b146590d27620e27236a74885d authored over 4 years ago by Justus K <[email protected]>
Add tokio JoinHandle support

fbd318c89079cd296d1e632079adf016d49ec60a authored over 4 years ago by Justus K <[email protected]>
Add 'static lifetime and Send trait to R type

18929eb93520180db1297d35e8dcd821ae06afb8 authored over 4 years ago by Justus K <[email protected]>
Add RemoteHandle support

65123f8a91c8f174edde323d0074c78247aa1e1b authored over 4 years ago by Justus K <[email protected]>
Implement async std JoinHandle support

7b8f2db851e23817b90178e7155b2c28dae2f58a authored over 4 years ago by Justus K <[email protected]>
Delete macros and add generic JoinHandle trait

313027a76a59e8e08670d03ff326decd39fa85c2 authored over 4 years ago by Justus K <[email protected]>
Implement tokio and asyncstd

a8e9b4d65e84d791663308dba21a63a68f32d878 authored over 4 years ago by Justus K <[email protected]>
Add README and implement bastion layer

1572c43d73dd544d929aa20bfc6c6cdb930c7e60 authored over 4 years ago by Justus K <[email protected]>
Add MIT and APACHE License and add stuff to Cargo.toml

0d654bb59bb6d3cc13d8696f36e3ff812e005df1 authored over 4 years ago by Justus K <[email protected]>
Merge pull request #2 from bastion-rs/setup-ci

Setup GitHub Actions

6c6a69a59a75ead1139c2c635cde81c5c2d83785 authored over 4 years ago by Mahmut Bulut <[email protected]>
Setup GitHub Actions

35ca06cc0c78ebf91fdd45413aa67dae10ac43f9 authored over 4 years ago by Yuki Okushi <[email protected]>
Initial agnostik code

dfb8d34fcd4f015cdd4858bb6b17bc65c81c9fb5 authored over 4 years ago by Mahmut Bulut <[email protected]>