#
channel
Here are 299 public repositories matching this topic...
Write microservices in monolithic style
-
Updated
Jun 13, 2017 - JavaScript
面向事务的高可用 Web Worker 通信框架
-
Updated
Nov 10, 2021 - TypeScript
一款频道选择器,可以进行频道的拖动、排序、增删,动态的改变高度,精简而又流畅
-
Updated
Jun 28, 2020 - Java
It is a lightweight client socket solution, you can used it in C# project or Unity3d
plugin
socket
channel
csharp
tcp
unity
network
buffer
protocol
ping
plugins
unity3d
bytes
tcp-socket
connection
net
datagram
unitypackage
bytes-message
-
Updated
Dec 20, 2021 - C#
-
Updated
Dec 27, 2021 - PHP
A complete set of primitives for concurrency and reactive programming on Swift
-
Updated
Oct 3, 2021 - Swift
CSP-style concurrency for Python
-
Updated
Sep 18, 2018 - Python
Android video player with alpha channel (chroma key) support
android
channel
video
video-player
alpha-channel
green
alpha
transparency
transparent
chroma-key
videoplayer
alphachannel
android-video-player
alpha-video
tranparent-video
green-channel
alpha-green
alpha-compositing
chromakey
-
Updated
Mar 28, 2017 - Java
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
-
Updated
Oct 13, 2020 - Go
Simulation of Digital Communication (physical layer) in Python.
python
channel
simulation
linear
ofdm
physical-layer
wireless-communication
modulation
modulation-techniques
mimo
-
Updated
May 13, 2021 - Python
A channel auto post telegram bot.
-
Updated
Nov 27, 2021 - Python
A collection of best practices and lessons learnt from applying concurrency in go.
-
Updated
Aug 7, 2021 - Go
pool of goroutine with buffer channel, for concurrent execution but events of individual object running sequentially
-
Updated
Dec 14, 2021 - Go
A tiled DeepDream project for creating any size of image, on both CPU and GPU
learning
channel
tile
cpu
protobuf
neural-network
tensorflow
gpu
channels
tiling
deep
labels
deepdream
tiled
protobuf-dreamer
-
Updated
Jan 27, 2021 - Python
基于walle工具的多渠道打包脚本
android
package
channel
script
signature
apk
apk-signature-scheme-v2
v2signingenabled
360
wales
walle
multi-channel-package
360-packing
-
Updated
Jul 5, 2017 - Shell
Improve this page
Add a description, image, and links to the channel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the channel topic, visit your repo's landing page and select "manage topics."
While it isn't strictly necessary, adding
#[must_use]to the futures returned by async methods helps to prevent simple errors of forgetting to await the returned future.For example, this code causes no warnings, but never actually sends the message on the channel: