1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00
Commit Graph

86 Commits

Author SHA1 Message Date
1b35ff8ee6 express spawn fn as spawn fut (#256) 2021-01-29 15:16:30 +00:00
6b86b5efc5 rename arbiter to worker (#254) 2021-01-29 04:08:14 +00:00
ba39c8436d remove tokio runners (#253) 2021-01-29 02:21:06 +00:00
a2e03700e7 update rt changelog 2021-01-09 15:16:31 +00:00
6edf9b8278 prepare rt 2.0.0-beta.2 release 2021-01-09 15:12:59 +00:00
a1982bdbad add actix-rt::task (#245) 2021-01-03 18:16:57 +00:00
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
f48e3f4cb0 prepare release for rt and service 2020-12-28 01:58:31 +00:00
0c12930796 update to tokio 1.0 for actix-rt (#236) 2020-12-28 01:40:22 +00:00
518bf3f6a6 remove RUNNING Q PENDING thread locals from actix-rt (#207) 2020-12-26 23:26:02 +00:00
b7a9cb7bb4 actix-rt: Make the process of running System in existing Runtime more clear (#173) 2020-09-06 11:01:24 +01:00
8a10580663 Bump up actix-rt to 1.1.1 2020-04-30 03:07:12 +09:00
65e2e8052e Release actix-rt 1.1.0 (#126)
* Release actix-rt 1.1.0

* Update actix-rt/CHANGES.md
2020-04-08 16:34:07 +09:00
783880bb0a actix-rt: Add Arbiter::is_running helper and fix System::is_set doc
`Arbiter::is_running` can be used to check if the current even-loop is currently
running; which should also work after the system has stopped. `System::is_set`
was updated to reflect what it actually does, it tells if the event loop has
started, which alone can't tell if it has stopped.

Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-04-05 21:00:54 -03:00
f1685d8253 Add Arbiter::local_join associated function
Arbiter::local_join function can be used to await for futures spawned
on current arbiter.

Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
2020-02-26 12:59:46 -03:00
602db1779e Expose is_set (#99)
* Expose is_set

* Update doc and changes.md
2020-02-25 02:55:02 -03:00
e315cf2893 prep actix-rt release; update deps 2019-12-11 10:34:50 +06:00
cbdbc05dbd update tokio verion and prep alpha3 release 2019-12-07 09:57:43 +06:00
3a858feaec migrate to tokio 0.2.2 2019-12-05 16:40:24 +06:00
cbc5da8625 update changes 2019-12-03 14:10:36 +06:00
9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
e76ea8e80c re-export timeout 2019-11-26 09:04:14 +06:00
5efac449b1 re-export time utils 2019-11-26 08:12:16 +06:00
4ceac79f2c add test and main macros 2019-11-25 21:49:11 +06:00
9fa2a36b4e prepare actix-rt release 2019-11-14 17:33:28 +06:00
ed5023128b store the thread's handle with arbiter (#60) 2019-11-14 15:07:33 +06:00
115e82329f fix arbiter thread panic message 2019-10-14 11:19:08 +06:00
94e673b50b Add arbiter specific storage 2019-09-02 15:03:03 -07:00
b491d373b1 update actix-rt changes 2019-07-17 10:30:59 +06:00
07708c5e9a prepare rt release 2019-06-22 09:02:17 +06:00
7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00
bef199f831 add blocking mod support 2019-03-11 22:54:27 -07:00
f1d4bcef4b add Arbiter::exec_fn and exec functions 2019-03-11 22:51:17 -07:00
c03d869694 return io::Result from run method, remove Handle 2019-03-06 10:24:58 -08:00
8ad93f4838 move server to separate crate 2018-12-09 22:14:29 -08:00
98a151db4f add actix single threaded runtime 2018-12-09 19:55:40 -08:00