Skip to content

Releases: try-box/rust-box

0.11.1

04 Dec 13:55
Compare
Choose a tag to compare

task-exec-queue

  1. Remove Sync. (16f52fc)

0.11.0: Add 'convert', 'std-ext' upgrade to "0.2.2", 'task-exec-queue' upgrad…

0.10.1

26 Oct 14:40
Compare
Choose a tag to compare
  1. stream-ext
    • Upgrade deps to leaky-bucket = "1.0"
  2. task-exec-queue
    • Adjust the statistical period to 3 seconds

0.10.0

14 Oct 12:04
Compare
Choose a tag to compare
  1. task-exec-queue
    • Remove update_rate, add box-counter. d28b4dd
  2. std-ext
  3. handy-grpc
    • Remove update_rate, add box-counter. 5d1a153
  4. counter

0.9.3

09 Oct 13:06
Compare
Choose a tag to compare
  1. handy-grpc
    • Reuseport and reuseaddr are supported. 1fcf8a1

0.9.2

07 Oct 14:52
Compare
Choose a tag to compare
  1. mpsc

0.9.1

07 Oct 13:11
Compare
Choose a tag to compare
  1. mpsc
    • Add Receiver::is_closed(). e1abc68
  2. handy-grpc
    • Exit when transfer stream fails. 62a2bfc
    • Add Priority to Message. 163ed2c

0.9.0

05 Oct 17:28
Compare
Choose a tag to compare
  1. Add handy-grpc. 6bbfca7
  2. Add collections. e030151
  3. Add handy-grpc and collections. 63287bd
  4. Update the examples. e59362e
  5. dequemap:
    • Add shrink_to_fit() and capacity()
    • Remove serde. 3c55c16
    • Add DequeBTreeMap and DequeHashMap, Remove DequeMap. d333213
  6. task-exec-queue:
    • optimized codes
    • When the queue is full, put pending tasks. d3376b7
    • spawn(...).quickly(). add the task to the queue immediately.
  7. std-ext:
    • Rename async_std.rs to async_lock.rs. 3a80b42
    • Add macro tuple_deref and tuple_deref_mut
    • Add OrdExt, HashExt, OrdHashExt
  8. mpsc:
    • Add with_priority_channel and priority_channel. f2f4080
    • Optimize the codes. 375dd54
  9. stream-ext:
    • Upgrade to: governor = "0.6" cb9c382
  10. queue-ext

0.7.1

25 Sep 04:51
Compare
Choose a tag to compare
  1. Upgrade to mpsc = "0.2.0", Add Sender, Receiver, LocalSender and LocalReceiver. 4494ef8
  2. Upgrade to task-exec-queue = "0.5.1", Optimize the codes and cargo fmt. 1226000

0.6.2

03 Jul 13:37
Compare
Choose a tag to compare

Add serde features 16adb92