Commit Graph

620 Commits

Author SHA1 Message Date
Stjepan Glavina 51a1bf2a1f Optimize timers 2020-04-25 16:43:01 +02:00
Stjepan Glavina 2cd7f41075 Polish up 2020-04-25 12:09:19 +02:00
Stjepan Glavina 30b3683b8e More docs 2020-04-25 12:09:19 +02:00
Stjepan Glavina 7c642db7cd
Merge pull request #18 from stjepang/taiki-e/tokio02
Rename tokio feature to tokio02
2020-04-25 02:26:32 -07:00
Stjepan Glavina fcde257870
Merge pull request #21 from stjepang/fix/clippy-lints
Fix some clippy lints
2020-04-24 14:43:42 -07:00
Akhil Velagapudi b605f2d578 fix clippy lints 2020-04-24 11:19:25 -07:00
Stjepan Glavina 4f24a6df68
Merge pull request #17 from stjepang/taiki-e/doc-link
Fix doc links
2020-04-24 06:03:17 -07:00
Taiki Endo 04081d7cab Rename tokio feature to tokio02 2020-04-24 21:56:49 +09:00
Taiki Endo 856752172f Fix doc links 2020-04-24 21:33:11 +09:00
Stjepan Glavina b3de75ee20
Merge pull request #16 from stjepang/k-nasa/fix_test_code
Fix documendation test
2020-04-24 03:03:28 -07:00
k-nasa e962304e40 test: Fix documendation test 2020-04-24 18:54:15 +09:00
Stjepan Glavina 461a7c3e4f More comments and docs 2020-04-22 16:01:48 +02:00
Stjepan Glavina 3546a879a6 More comments 2020-04-21 22:38:46 +02:00
Stjepan Glavina 78a867e455 More comments 2020-04-21 22:04:47 +02:00
Stjepan Glavina 72b5b2deac WIP note 2020-04-21 20:38:50 +02:00
Stjepan Glavina 921350b26d Fix smol link 2020-04-21 19:52:37 +02:00
Stjepan Glavina e6a19e3226 Update readme 2020-04-21 19:36:05 +02:00
Stjepan Glavina a4515749a8 Lots of changes 2020-04-21 17:51:24 +02:00
Stjepan Glavina bc0acdd308
Merge pull request #10 from wusyong/as_fd
Add AsRawFd/RawSocket on types with trait bound of them
2020-04-21 08:29:22 -07:00
YuWeiWu 101dfe41d5
Add AsRawFd/RawSocket on types with bound of them 2020-04-21 15:47:44 +08:00
Stjepan Glavina 53dee1c23e Fix bugs in timer 2020-04-20 22:41:52 +02:00
Stjepan Glavina 0a71b39aec Always trigger an event in schedule 2020-04-20 19:18:37 +02:00
Stjepan Glavina 011a7527b6 Update 2020-04-20 18:13:28 +02:00
Stjepan Glavina c1bd769dfb Add discord invite link 2020-04-20 18:12:26 +02:00
Stjepan Glavina e932a9f4f2 More comments 2020-04-20 17:45:14 +02:00
Stjepan Glavina c8f2572e35 Split up some more 2020-04-20 14:08:41 +02:00
Stjepan Glavina a8f9fe2375 Split up into multiple files 2020-04-19 23:29:40 +02:00
Stjepan Glavina a58a03d63b More docs 2020-04-19 23:29:40 +02:00
Stjepan Glavina 7fca86af40
Merge pull request #5 from WindSoilder/master
add example links to README
2020-04-19 14:23:52 -07:00
Stjepan Glavina d313fc7fb7
Merge pull request #9 from wusyong/debug
Add missing debug implementations
2020-04-19 07:07:34 -07:00
YuWeiWu cb317832a7
Add missing debug implementations 2020-04-19 20:02:40 +08:00
Stjepan Glavina ec5ccd9424 More examples and tokio support 2020-04-18 15:29:24 +02:00
Stjepan Glavina 28a09ca2bb More comments 2020-04-17 10:42:37 +02:00
Stjepan Glavina dc6e936c75 More docs 2020-04-16 21:18:19 +02:00
WindSoilder d0201f3885 add example links to README 2020-04-16 23:31:17 +08:00
Stjepan Glavina 07cf232cc9 More docs 2020-04-16 16:09:22 +02:00
Stjepan Glavina 90f0d901e5 More examples 2020-04-15 11:01:12 +02:00
Stjepan Glavina 172116e57a Delete the global variables part 2020-04-14 21:01:45 +02:00
Stjepan Glavina 2174ebea57 Bump async-task version 2020-04-14 20:57:22 +02:00
Stjepan Glavina f59b3189b2 Cleanup and add examples 2020-04-14 20:57:09 +02:00
Stjepan Glavina 6ebc17411b More docs 2020-04-13 22:47:55 +02:00
Stjepan Glavina 661f71c183 Simplify 2020-04-13 13:42:23 +02:00
Stjepan Glavina b858b0a949 Fix error on macOS 2020-04-13 13:09:17 +02:00
Stjepan Glavina a7ebf08da6 Refactor 2020-04-13 12:49:48 +02:00
Stjepan Glavina df5e873d16
Merge pull request #3 from irevoire/macos
fix a bug for macOS builds
2020-04-13 03:41:07 -07:00
Thomas Campistron 89724901f8 fix a bug for macOS builds 2020-04-13 00:06:39 +02:00
Stjepan Glavina fb01283479 Use crates.io version of async-task 2020-04-12 19:54:17 +02:00
Stjepan Glavina 66ab468459 Add an example and clean up 2020-04-12 18:31:51 +02:00
Stjepan Glavina 45d668a22a Improve performance 2020-04-12 15:02:42 +02:00
Stjepan Glavina 7b87c2c70e Upgrade dependencies 2020-04-09 19:05:42 +02:00