Commit Graph

620 Commits

Author SHA1 Message Date
Stjepan Glavina 2276ffa8a3 Bump to v0.4.1 2020-08-27 15:36:17 +02:00
Stjepan Glavina 6de2ffabbb Formatting 2020-08-27 15:31:48 +02:00
Stjepan Glavina c041d946eb
Merge pull request #205 from Keruspe/mt-executor
allow spawning more global executor threads
2020-08-27 15:25:46 +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 396fb2006a Bump to v0.4.0 2020-08-27 00:23:45 +02:00
Stjepan Glavina d36f5a44f0 Remove a todo 2020-08-27 00:11:27 +02:00
Stjepan Glavina 182e732bcb Update dependencies 2020-08-27 00:05:16 +02:00
Stjepan Glavina 2577771b20 Fix some errors 2020-08-27 00:04:00 +02:00
Stjepan Glavina 933c12419b Update readme 2020-08-27 00:02:37 +02:00
Stjepan Glavina 1a542a8864 Fix compilation errors 2020-08-27 00:02:08 +02:00
Stjepan Glavina a2a2601fc4
Merge pull request #201 from GuillaumeGomez/doc-comment
Add doc-comment to test README examples
2020-08-14 11:36:43 +02:00
Guillaume Gomez 59fb32b48e Add doc-comment to test README examples 2020-08-06 16:19:10 +02:00
Stjepan Glavina 2a46e64266 Bump to v0.3.3 2020-07-27 14:36:11 +02:00
Stjepan Glavina 974c4cd218 Add block_on() and SMOL_THREADS 2020-07-27 13:59:47 +02:00
Stjepan Glavina ead5867905 Bump to v0.3.2 2020-07-23 23:58:34 +02:00
Stjepan Glavina a3552bcadc Reexport FutureExt 2020-07-23 23:58:34 +02:00
Stjepan Glavina 6b17753027
Update README.md 2020-07-23 15:04:13 +02:00
Stjepan Glavina 8f1c3cc5be Reword 2020-07-23 13:19:38 +02:00
Stjepan Glavina 58d370b1be Merge branch 'reexports' 2020-07-23 13:06:08 +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 66a66d692b Typo 2020-07-23 13:06:06 +02:00
Stjepan Glavina e9932e92b1 Bump to v0.3.0 2020-07-23 13:06:06 +02:00
Stjepan Glavina 6f9b937c7c Cleanup 2020-07-23 13:05:38 +02:00
Stjepan Glavina 5c3a93f64f Bump to v0.3.1 2020-07-23 12:53:22 +02:00
Stjepan Glavina 1070745adb Typo 2020-07-23 12:48:09 +02:00
Stjepan Glavina 6aa5e8da8d Bump to v0.3.0 2020-07-23 12:45:11 +02:00
Stjepan Glavina b8f5364e6c
Merge pull request #192 from stjepang/reexports
Reexport other crates into smol
2020-07-23 12:42:06 +02:00
Stjepan Glavina 92364e6fb3 Clarification 2020-07-23 12:40:08 +02:00
Stjepan Glavina 7232e53fc8 Fix compilation error 2020-07-23 12:31:41 +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 b3005d9420 Change 0.1 to 0.2 in docs 2020-07-20 11:54:58 +02:00
Stjepan Glavina b5eb97c60e Bump to v0.2.0 2020-07-20 11:40:55 +02:00
Stjepan Glavina a3193f922a Expand docs a bit 2020-07-20 11:39:04 +02:00
Stjepan Glavina f97ddd9886
Merge pull request #191 from stjepang/reduce-deps
Reduce the number of dependencies
2020-07-20 11:33:55 +02:00
Stjepan Glavina a2c24e9604 Fix compilation errors with async-h1 2020-07-20 08:45:56 +02:00
Stjepan Glavina 8a1efd58ea Update all dependencies 2020-07-20 00:57:31 +02:00
Stjepan Glavina 07ea6cc9f7 Update futures-lite 2020-07-20 00:56:40 +02:00
Stjepan Glavina 7a73c22814 Reduce the number of dependencies 2020-07-20 00:55:35 +02:00
Stjepan Glavina 80461663c4
Merge pull request #188 from stjepang/simplify
Make smol truly live up to its name
2020-07-15 14:46:39 +02:00
Stjepan Glavina 1520334346 Replace writer() with Unblock 2020-07-15 13:56:16 +02:00
Stjepan Glavina 4a18f3cb37 Fix compilation errors on windows 2020-07-15 13:40:48 +02:00
Stjepan Glavina f62230939a Add inotify and timerfd dependencies 2020-07-15 12:15:44 +02:00
Stjepan Glavina cb2fcede56 Fix Linux examples 2020-07-15 11:53:36 +02:00
Stjepan Glavina bf154f249b Add nix dependency 2020-07-15 11:40:03 +02:00
Stjepan Glavina 9c28a276fa Remove uses of async-net 2020-07-15 11:37:50 +02:00