Commit graph

53 commits

Author SHA1 Message Date
Nikolay Kim
15019a2a43
More tests (#159)
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
925b757565 Add callback for task spawning 2023-01-03 18:27:40 +01:00
Nikolay Kim
bd5d40e439 Add System::block_on() helper method 2022-09-20 07:54:39 +02:00
leone
df3d29387f
[BUGFIX] async-std cannot find function block_on on windows (#122)
* [BUGFIX] Fixed cannot find function block_on for async-std feature on windows

* [UPDATE] ntex-rt/CHANGES.md
2022-07-01 10:37:08 +06:00
Nikolay Kim
8c611466b1 prepare release 2022-06-20 21:56:33 +06:00
Nikolay Kim
5a317554f9 move ntex::connect to separate crate 2022-06-20 21:54:13 +06:00
Nikolay Kim
575e534428 Upgrade to glommio 0.7 (#104) 2022-02-20 20:33:57 +06:00
Nikolay Kim
6b35f10c2f Tests cleanups 2022-02-02 17:22:23 +06:00
Nikolay Kim
321218f80b Replace derive_more with thiserror 2022-01-26 23:31:29 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues (#99)
* fix clippy issues

* implement std error for ntex errors and bound WebResponseError

* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
9b02ab9ffd Prepare release 2022-01-17 01:07:08 +06:00
Nikolay Kim
450332144d
Glommio runtime support (#94)
* add glommio runtime support

* optional compilation for glommio
2022-01-17 01:03:15 +06:00
Nikolay Kim
e9bbe84cba Enable all features for tokio runtime 2022-01-11 10:39:52 +06:00
Nikolay Kim
847f2738dd
Refactor async runtimes support (#88)
* refactor async runtimes support
2022-01-03 21:24:49 +06:00
Nikolay Kim
e2fe92353c prep release 2021-12-30 18:39:15 +06:00
Nikolay Kim
ca72be32e9 Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +06:00
Nikolay Kim
7a54d61376 default spawn 2021-12-29 00:25:27 +06:00
Nikolay Kim
56ed50c6e8
Initial impl for async-std support (#87)
* initial impl for async-std support
2021-12-28 23:58:01 +06:00
Nikolay Kim
531bafbae2 prep release 2021-12-26 19:25:06 +06:00
Nikolay Kim
15025b89c1 fmt 2021-12-24 03:54:57 +06:00
Nikolay Kim
85a9485bac prep release 2021-12-22 18:22:08 +06:00
Nikolay Kim
c9271144aa Fix lifetimes for unix_connect/unix_connect_in 2021-12-21 16:47:12 +06:00
Nikolay Kim
a57da1b3f3 prep release and update tests 2021-12-19 11:15:21 +06:00
Nikolay Kim
d7083c15d8 add ntex-io changes 2021-12-18 20:40:33 +06:00
Nikolay Kim
087078da51 allow to replace signals impl 2021-12-18 18:11:53 +06:00
Nikolay Kim
66524a89a8 replace tokio channels 2021-12-18 12:04:29 +06:00
Nikolay Kim
b8a8e98c1c allow to replace async runtime 2021-12-18 11:46:11 +06:00
Nikolay Kim
841ad736d4
Refactor framed io (#67)
* refactor framed io

* allow to add filters

* move io code to separate module

* add into_boxed()

* remove uneeded IO_STOP state

* simplify on_disconnect storage

* cleanup io state

* add io connector
2021-12-13 17:19:43 +06:00
Nikolay Kim
2188d92725
Refactor ntex::time (#68)
* move time to util crate

* update changes
2021-12-10 18:20:16 +06:00
Nikolay Kim
6bb7e9f0ec Re-export time as different module 2021-08-28 20:25:43 +06:00
Nikolay Kim
86894230d5 rename Duration to Millis 2021-08-28 20:24:24 +06:00
Nikolay Kim
73c9672fee Add timer service 2021-08-27 22:07:44 +06:00
Nikolay Kim
eb304de16f Do not use/re-export tokio::time::Instant 2021-08-26 15:07:51 +06:00
Nikolay Kim
91ee6762e7 move low level utils to separate crate 2021-04-04 01:20:18 +06:00
Nikolay Kim
8b3655457b prep release 2021-04-03 22:49:09 +06:00
Nikolay Kim
cb9e3ffeda reduce futures crate dependencies 2021-04-03 13:25:20 +06:00
Nikolay Kim
2d8ce48456 use new time api 2021-02-24 13:48:33 +06:00
Nikolay Kim
819f5b2eaf Use main and test proc macro from ntex-macros 2021-02-24 13:25:22 +06:00
Nikolay Kim
8b059754a6 update deps 2021-02-24 00:22:12 +06:00
Nikolay Kim
e04ae7cc86
Migrate to tokio 1.0 (#41)
* migrate to tokio 1.x

* update tests
2021-02-24 00:12:44 +06:00
Nikolay Kim
b4ccf776dd Replace actix-threadpool with tokio utils 2021-01-25 17:52:27 +06:00
Nikolay Kim
1e2bc4a9e2 clippy 2020-12-22 19:55:06 +06:00
Nikolay Kim
e48449c781 update license 2020-07-30 11:08:17 +06:00
Nikolay Kim
748f9237fa add more tests 2020-05-16 13:30:33 +06:00
Nikolay Kim
4f2be9c14a add arbiter storage test 2020-05-16 13:27:57 +06:00
Nikolay Kim
c0376b95ca update rt version 2020-04-15 13:06:44 +06:00
Nikolay Kim
12a18436c9 cleanup rt api 2020-04-15 13:04:33 +06:00
Nikolay Kim
13751e4eaa remove actix mentions in api docs 2020-04-12 13:01:27 +06:00
Nikolay Kim
022845af53 clippy warnings 2020-04-02 12:47:29 +06:00
Nikolay Kim
ca05bb24e7 prep package 2020-03-31 10:19:17 +06:00