vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function Channel.put

Enqueues an element.

void put (
  T item
);

void put (
  T item
) shared;

This function may block the the event that the internal buffer is full.

Authors

Sönke Ludwig

Copyright

© 2017-2019 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.