Commit Graph

134 Commits

Author SHA1 Message Date
imarkov 5d51de0bd5 Support for the ESP-IDF framework 2023-08-18 07:11:34 +00:00
John Nunley 35b45aa3da
docs: Use the new smol logo in docs and README 2023-07-16 07:22:16 -07:00
atouchet b1dbdc00f9 Update URLs 2020-12-23 12:31:12 -08:00
Stjepan Glavina 15447d6859 Refactor 2020-10-09 14:16:52 +02:00
Stjepan Glavina 7942ced667 Docs 2020-09-21 11:15:55 +02:00
Stjepan Glavina 68d2db5091 Update async-executor 2020-09-20 18:29:46 +02:00
Stjepan Glavina c9a8a955b0 Remove let _ pattern 2020-09-13 13:41:18 +02:00
Stjepan Glavina 1ab67fba35 More docs 2020-08-30 22:32:10 +02:00
Stjepan Glavina 6de2ffabbb Formatting 2020-08-27 15:31:48 +02:00
Marc-Antoine Perennou c39584d4b5 bring back SMOL_THREADS
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-08-27 14:18:13 +02:00
Stjepan Glavina d36f5a44f0 Remove a todo 2020-08-27 00:11:27 +02:00
Stjepan Glavina 1a542a8864 Fix compilation errors 2020-08-27 00:02:08 +02:00
Guillaume Gomez 59fb32b48e Add doc-comment to test README examples 2020-08-06 16:19:10 +02:00
Stjepan Glavina 974c4cd218 Add block_on() and SMOL_THREADS 2020-07-27 13:59:47 +02:00
Stjepan Glavina a3552bcadc Reexport FutureExt 2020-07-23 23:58:34 +02:00
Stjepan Glavina 8f1c3cc5be Reword 2020-07-23 13:19:38 +02:00
Stjepan Glavina b9115cc671 Cleanup 2020-07-23 13:06:06 +02:00
Stjepan Glavina 98e75b9759 Bump to v0.3.1 2020-07-23 13:06:06 +02:00
Stjepan Glavina 92364e6fb3 Clarification 2020-07-23 12:40:08 +02:00
Stjepan Glavina 9cffe01a92 Big refactor 2020-07-23 12:24:16 +02:00
Stjepan Glavina 2f00e2c3d3 Simplify imports 2020-07-20 20:44:48 +02:00
Stjepan Glavina 36df3d3bae Update docs 2020-07-20 20:40:27 +02:00
Stjepan Glavina f093e19805 Revert the change in number of executor threads 2020-07-20 19:23:33 +02:00
Stjepan Glavina 39f67144a4 Reexport other crates into smol 2020-07-20 19:20:29 +02:00
Stjepan Glavina a3193f922a Expand docs a bit 2020-07-20 11:39:04 +02:00
Stjepan Glavina 4a18f3cb37 Fix compilation errors on windows 2020-07-15 13:40:48 +02:00
Stjepan Glavina 9c28a276fa Remove uses of async-net 2020-07-15 11:37:50 +02:00
Stjepan Glavina f61db4fcbe Refactor 2020-07-14 21:19:01 +02:00
Stjepan Glavina 35e3bbfe4c Remove IoEvent 2020-06-21 18:29:52 +02:00
Stjepan Glavina d559855775 Simplify 2020-06-18 18:24:26 +02:00
Stjepan Glavina 01dd5dccc9 Refactor the executor 2020-06-18 16:03:26 +02:00
Stjepan Glavina 0408c19531 work 2020-06-05 14:23:05 +02:00
dignifiedquire 1743bc4d32 refactor: isolate nix crate to a single file 2020-05-28 15:40:39 +02:00
Stjepan Glavina 77494aaa2d Replace the blocking executor with blocking crate 2020-05-11 12:29:43 +02:00
Stjepan Glavina 3e2d0d5c31 Reword the comment a bit 2020-05-02 21:33:27 +02:00
Stjepan Glavina c736faacd3 Elaborate on block_on 2020-05-02 20:44:56 +02:00
Stjepan Glavina 578d85b1b9 Explain single vs multi-threaded executors 2020-04-30 21:46:15 +02:00
Stjepan Glavina 3e899311b0 More docs and comments 2020-04-26 19:38:08 +02:00
Stjepan Glavina 6a02cbb054 More docs 2020-04-25 23:19:52 +02:00
Stjepan Glavina 53dee1c23e Fix bugs in timer 2020-04-20 22:41:52 +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 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
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 f59b3189b2 Cleanup and add examples 2020-04-14 20:57:09 +02:00