mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
updated how light/dark mode is handled
This commit is contained in:
parent
b717263c67
commit
8a91886d68
6 changed files with 75 additions and 114 deletions
|
|
@ -8,10 +8,9 @@ tags = ["java", "bytecode"]
|
|||
category = ["project"]
|
||||
+++
|
||||
|
||||
|
||||
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
|
||||
|
||||
```java
|
||||
```java,linenos
|
||||
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
|
||||
try(socket){
|
||||
var buffer = ByteBuffer.allocate(4096*2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue